remove thop dependency

This commit is contained in:
Glenn Jocher 2020-06-02 11:29:39 -07:00
parent ee8988b8a2
commit 11b462e2a9
1 changed files with 1 additions and 1 deletions

View File

@ -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
# Create working directory # Create working directory