v1.13
mingzailao 2023-05-04 16:47:07 +08:00
parent 7a0e70717a
commit 4f66e712e7
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
FROM mingzailao/cuda:10.2-cudnn8-devel-ubuntu18.04
FROM mingzailao/cuda:11.7.0-cudnn8-devel-ubuntu18.04
RUN pip3 install --upgrade pip
RUN pip3 install torch==1.9.1+cu102 --extra-index-url https://download.pytorch.org/whl/cu102
RUN pip3 install torch==1.13.1+cu117 torchvision==0.14.1+cu117 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu117