Created
July 2, 2020 06:57
-
-
Save kojix2/ace398c0799d0b4a5decea58179b9a13 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM tensorflow/tensorflow:1.15.2-py3 | |
LABEL maintainer="kojix2 <[email protected]>" | |
RUN set -x && \ | |
apt update -y && \ | |
apt install -y wget unzip libsm6 libxrender1 libxext-dev && \ | |
pip3 install --upgrade pip && \ | |
pip3 install scikit-learn && \ | |
pip3 install matplotlib && \ | |
pip3 install opencv-python | |
RUN wget https://github.com/lindawangg/COVID-Net/archive/master.zip | |
RUN unzip master.zip | |
CMD echo "now running" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Download automatically