diff --git a/Dockerfile b/Dockerfile index 8f1fb41..afc494a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM nvcr.io/nvidia/pytorch:20.08-py3 # Install dependencies +RUN pip install --upgrade pip # COPY requirements.txt . # RUN pip install -r requirements.txt RUN pip install gsutil