mirror of
https://github.com/ultralytics/yolov5.git
synced 2025-06-03 14:49:29 +08:00
Update Dockerfile torch==1.11.0+cu113
(#6954)
This commit is contained in:
parent
b94b59e199
commit
c6b4f84fd1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user