Update Dockerfile to upgrade pip

This commit is contained in:
Glenn Jocher 2020-08-26 14:44:43 -07:00
parent 62e037419f
commit 0c01afc390
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
FROM nvcr.io/nvidia/pytorch:20.08-py3 FROM nvcr.io/nvidia/pytorch:20.08-py3
# Install dependencies # Install dependencies
RUN pip install --upgrade pip
# COPY requirements.txt . # COPY requirements.txt .
# RUN pip install -r requirements.txt # RUN pip install -r requirements.txt
RUN pip install gsutil RUN pip install gsutil