-
Notifications
You must be signed in to change notification settings - Fork 396
Add dockerfile #46
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
Add dockerfile #46
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added cleanup suggestions to reduce final docker image size, based on https://github.com/google-deepmind/alphafold/ repo
@@ -0,0 +1,19 @@ | |||
FROM python:3.11-slim |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use latest 3.12 if is possible
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chrieke ?
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
Thank you @Saibamen, pushes it down to 1.57GB. Now hopefully the fiona issue can be resolved without installing gdal. |
How much it was before? |
@@ -0,0 +1,19 @@ | |||
FROM python:3.11-slim |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chrieke ?
Closing, Dockerfile added in #42 |
As intended in #42 adds Dockerfile & readme instrunctions.
But keeps the same code folder structure.