We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
torch==1.11.0+cu113
1 parent 4176f5e commit 51d2a2cCopy full SHA for 51d2a2c
Dockerfile
@@ -11,7 +11,7 @@ COPY requirements.txt .
11
RUN python -m pip install --upgrade pip
12
RUN pip uninstall -y torch torchvision torchtext
13
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
+ torch==1.11.0+cu113 torchvision==0.12.0+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html
15
# RUN pip install --no-cache -U torch torchvision
16
17
# Create working directory
0 commit comments