Update Dockerfile (#1982)

This commit is contained in:
Glenn Jocher 2021-01-19 11:45:15 -08:00 committed by GitHub
parent b1cf25dd9a
commit 1ca2d26b9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -7,8 +7,7 @@ RUN apt update && apt install -y screen libgl1-mesa-glx
# Install python dependencies # Install python dependencies
RUN pip install --upgrade pip RUN pip install --upgrade pip
COPY requirements.txt . COPY requirements.txt .
RUN pip install -r requirements.txt gsutil wandb RUN pip install -r requirements.txt gsutil
RUN wandb disabled
# Create working directory # Create working directory
RUN mkdir -p /usr/src/app RUN mkdir -p /usr/src/app