Skip to content

Commit

Permalink
Update Dockerfile torch==1.11.0+cu113 (ultralytics#6954)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Mar 11, 2022
1 parent 4176f5e commit 51d2a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY requirements.txt .
RUN python -m pip install --upgrade pip
RUN pip uninstall -y torch torchvision torchtext
RUN pip install --no-cache -r requirements.txt albumentations wandb gsutil notebook \
torch==1.10.2+cu113 torchvision==0.11.3+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html
torch==1.11.0+cu113 torchvision==0.12.0+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html
# RUN pip install --no-cache -U torch torchvision

# Create working directory
Expand Down

0 comments on commit 51d2a2c

Please sign in to comment.