remove dependency

This commit is contained in:
Glenn Jocher 2020-06-02 11:22:28 -07:00
parent cf7a4d31d3
commit 8c533a92b0
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
FROM nvcr.io/nvidia/pytorch:20.03-py3
# Install dependencies (pip or conda)
RUN pip install -U gsutil thop
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