sdas
parent
7a0e70717a
commit
4f66e712e7
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue