Skip to content

Submission of Docker project #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

AdrienG9
Copy link

Please find the submission of my docker project here. All the steps and problems encountered are detailed in Steps.md.

Best,
Adrien

Copy link
Contributor

@abotzki abotzki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @AdrienG9 for your submission!

`docker build . --tag infer:version1 -f Dockerfile.infer`

10. Ran and mounted the serving recipe
`docker run --rm -- p 8080:8080 -v "$PWD"/app/models:/app/models infer:version1`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is typo in this line - the declaration of the port does work like specified.

22. Then finally donwloaded the files and finally pushed everything except the *sif because they exceeded the limit supported by github:
```bash
remote: error: File infer_container.sif is 120.25 MB; this exceeds GitHub's file size limit of 100.00 MB
remote: error: File train_container.sif is 1246.62 MB; this exceeds GitHub's file size limit of 100.00 MB
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your efforts @AdrienG9 - no need to provide the sif files! ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants