There was an error while loading. Please reload this page.
1 parent ca71262 commit de9f649Copy full SHA for de9f649
1 file changed
Dockerfile
@@ -21,7 +21,7 @@ RUN pip3 install --upgrade pip
21
22
# PyTorch ROCm版のインストール
23
# ROCm 6.4.4に対応するPyTorch 2.5系をインストール
24
-RUN pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.2
+RUN pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.4
25
26
# 作業ディレクトリの設定
27
WORKDIR /workspace
0 commit comments