Skip to content

Commit 51d2a2c

Browse files
authored
Update Dockerfile torch==1.11.0+cu113 (ultralytics#6954)
1 parent 4176f5e commit 51d2a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY requirements.txt .
1111
RUN python -m pip install --upgrade pip
1212
RUN pip uninstall -y torch torchvision torchtext
1313
RUN pip install --no-cache -r requirements.txt albumentations wandb gsutil notebook \
14-
torch==1.10.2+cu113 torchvision==0.11.3+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html
14+
torch==1.11.0+cu113 torchvision==0.12.0+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html
1515
# RUN pip install --no-cache -U torch torchvision
1616

1717
# Create working directory

0 commit comments

Comments
 (0)