glenn-jocher commited on
Commit
0c01afc
·
1 Parent(s): 62e0374

Update Dockerfile to upgrade pip

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -2,6 +2,7 @@
2
  FROM nvcr.io/nvidia/pytorch:20.08-py3
3
 
4
  # Install dependencies
 
5
  # COPY requirements.txt .
6
  # RUN pip install -r requirements.txt
7
  RUN pip install gsutil
 
2
  FROM nvcr.io/nvidia/pytorch:20.08-py3
3
 
4
  # Install dependencies
5
+ RUN pip install --upgrade pip
6
  # COPY requirements.txt .
7
  # RUN pip install -r requirements.txt
8
  RUN pip install gsutil