Skip to content

Commit

Permalink
Update Dockerfile (ultralytics#1982)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Jan 19, 2021
1 parent 0d51475 commit ab7a790
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab7a790

Please sign in to comment.