Skip to content
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

update base image + pkg installs + maintainer #4

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

kaczmarj
Copy link
Member

@kaczmarj kaczmarj commented May 20, 2021

The previous version of the Dockerfile would not succeed in building for
some reason. This commit fixes that issue and in general cleans up the
dockerfile. Most packages are installed from conda, and those that are
not installable from conda are installed with pip. The base image is
changed to miniconda3 to make the image smaller. Conda takes care of all
of pytorch's dependencies.

I (@kaczmarj) was able to use this Dockerfile to run inference on a
whole slide image. I did this on a CPU and have not tested on GPU.

The previous version of the Dockerfile would succeed in building for
some reason. This commit fixes that issue and in general cleans up the
dockerfile. Most packages are installed from conda, and those that are
not installable from conda are installed with pip. The base image is
changed to miniconda3 to make the image smaller. Conda takes care of all
of pytorch's dependencies.

I (@kaczmarj) was able to use this Dockerfile to run inference on a
whole slide image. I did this on a CPU and have not tested on GPU.
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.

1 participant