Skip to content

Commit de9f649

Browse files
committed
k
1 parent ca71262 commit de9f649

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN pip3 install --upgrade pip
2121

2222
# PyTorch ROCm版のインストール
2323
# ROCm 6.4.4に対応するPyTorch 2.5系をインストール
24-
RUN pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.2
24+
RUN pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.4
2525

2626
# 作業ディレクトリの設定
2727
WORKDIR /workspace

0 commit comments

Comments
 (0)