This commit is contained in:
Glenn Jocher
2019-09-10 12:40:59 +02:00
parent f270269d43
commit 256bf72f8e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,11 +2,11 @@
FROM nvcr.io/nvidia/pytorch:19.08-py3
# Install dependencies (pip or conda)
RUN pip install -U gsutil
# RUN pip install -U -r requirements.txt
# RUN conda update -n base -c defaults conda
# RUN conda install -y -c anaconda future numpy opencv matplotlib tqdm pillow
# RUN conda install -y -c conda-forge scikit-image tensorboard pycocotools
# conda install pytorch torchvision -c pytorch
# Install OpenCV with Gstreamer support
#WORKDIR /usr/src