Update Dockerfile (#1982)
parent
b1cf25dd9a
commit
1ca2d26b9f
|
@ -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…
Reference in New Issue