Skip to content

Commit

Permalink
RUN pip install --no-cache -U torch torchvision (ultralytics#3637)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Jun 16, 2021
1 parent 2e0b155 commit 0319d63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ COPY requirements.txt .
RUN python -m pip install --upgrade pip
RUN pip uninstall -y nvidia-tensorboard nvidia-tensorboard-plugin-dlprof
RUN pip install --no-cache -r requirements.txt coremltools onnx gsutil notebook
RUN pip install --no-cache -U torch torchvision

# Create working directory
RUN mkdir -p /usr/src/app
Expand Down

0 comments on commit 0319d63

Please sign in to comment.