remove dependency
This commit is contained in:
parent
cf7a4d31d3
commit
8c533a92b0
|
@ -2,7 +2,7 @@
|
||||||
FROM nvcr.io/nvidia/pytorch:20.03-py3
|
FROM nvcr.io/nvidia/pytorch:20.03-py3
|
||||||
|
|
||||||
# Install dependencies (pip or conda)
|
# Install dependencies (pip or conda)
|
||||||
RUN pip install -U gsutil thop
|
RUN pip install -U gsutil
|
||||||
# RUN pip install -U -r requirements.txt
|
# RUN pip install -U -r requirements.txt
|
||||||
# RUN conda update -n base -c defaults conda
|
# 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 anaconda future numpy opencv matplotlib tqdm pillow
|
||||||
|
|
Loading…
Reference in New Issue