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

Commits on May 20, 2021

  1. update base image + pkg installs + maintainer

    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.
    kaczmarj committed May 20, 2021
    Configuration menu
    Copy the full SHA
    c810a9c View commit details
    Browse the repository at this point in the history