2023-03-28 15:52:06 +08:00
|
|
|
FROM mingzailao/cuda:10.2-cudnn8-devel-ubuntu18.04
|
2023-03-13 19:56:38 +08:00
|
|
|
|
2023-03-28 15:52:06 +08:00
|
|
|
|
|
|
|
|
|
|
|
RUN pip3 install torch==1.9.1+cu102 --extra-index-url https://download.pytorch.org/whl/cu102
|
2023-03-13 19:56:38 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|