Browse Source

Update Dockerfile (#1982)

5.0
Glenn Jocher GitHub 3 years ago
parent
commit
1ca2d26b9f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      Dockerfile

+ 1
- 2
Dockerfile 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

Loading…
Cancel
Save