From 4f66e712e75eb5f4d561f66ccccfa0c1ff1fb755 Mon Sep 17 00:00:00 2001 From: mingzailao Date: Thu, 4 May 2023 16:47:07 +0800 Subject: [PATCH] sdas --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 61f259d..b7d349c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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