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