v1.13
mingzailao 2023-03-28 15:52:06 +08:00
parent 862d8f0102
commit 7a0e70717a
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
FROM mingzailao/cuda:11.3.1-cudnn8-devel-ubuntu20.04
FROM mingzailao/cuda:10.2-cudnn8-devel-ubuntu18.04
RUN pip3 install torch==1.10.1+cu113 torchvision==0.11.2+cu113 torchaudio==0.10.0 --extra-index-url https://download.pytorch.org/whl/cu113
RUN pip3 install torch==1.9.1+cu102 --extra-index-url https://download.pytorch.org/whl/cu102