glenn-jocher
commited on
Commit
•
11b462e
1
Parent(s):
ee8988b
remove thop dependency
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
FROM nvcr.io/nvidia/pytorch:20.03-py3
|
3 |
|
4 |
# Install dependencies (pip or conda)
|
5 |
-
RUN pip install -U gsutil
|
6 |
# RUN pip install -U -r requirements.txt
|
7 |
|
8 |
# Create working directory
|
|
|
2 |
FROM nvcr.io/nvidia/pytorch:20.03-py3
|
3 |
|
4 |
# Install dependencies (pip or conda)
|
5 |
+
RUN pip install -U gsutil
|
6 |
# RUN pip install -U -r requirements.txt
|
7 |
|
8 |
# Create working directory
|