How to Log in to Fimio and Create a Project
Last updated
Last updated
Go to the Fimio homepage at .
Log in using your GitHub account by entering your username or email address and password.
Click on the option to create a project.
If needed, select the owner of the repository you’d like to access.
Note: the default will be the user name you entered.
Select the repository with the code you want to run
Create a unique name for your project.
Optionally, you may add a description for more context about the project.
For simple runs:
select the entry point python file from the drop down menu.
Select “make build”.
Commands may be customized by clicking the “Advanced” button. In advanced settings, users can:
Enter specific codes
Expose ports
Add variables
Include external files
Toggle on GPU resources if needed
Once all custom commands have been entered, click “make build”.
Provide a name for the run itself. Think of these as similar to naming commits: when commits have meaningful names, they provide context that helps everyone understand why changes were made, not just what changes occurred. This makes the project history more valuable as a knowledge resource for the entire team.
Start Build.
After the build has finished, users can review information on the summary, run, and build itself by selecting the different tabs.
From this page users may also rerun the exact same build, or move into the build report.
The preview build report shows the standard out and provides a link to share results with collaborators.
"Continue to Build Details" will provide more in depth information about the run.
The project details page provides all the information about the build and its configurations:
the code that was run
project details
any code dependencies
machine information
standard error
standard out
sharable container (if the run produces one)
If users have any feedback or concerns, the is accessible from every page. From there users can open an issue, submit a bug report, or start/review a discussion for troubleshooting.