Update Dockerfile (#1982)

pull/1983/head
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
RUN pip install --upgrade pip
COPY requirements.txt .
RUN pip install -r requirements.txt gsutil wandb
RUN wandb disabled
RUN pip install -r requirements.txt gsutil
# Create working directory
RUN mkdir -p /usr/src/app