Skip to content

Commit 72bbe5f

Browse files
author
Mark Saroufim
authored
Pin pytorch in ROCM dockerfile
1 parent 1b5318b commit 72bbe5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/amd-docker.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN sudo apt update -y \
4040

4141
RUN sudo pip install --upgrade pip
4242

43-
RUN sudo pip install --no-cache-dir pytorch-triton-rocm torch --index-url https://download.pytorch.org/whl/nightly/rocm6.3
43+
RUN sudo pip install --no-cache-dir torch==2.10.0.dev20250916+rocm6.3 pytorch-triton-rocm --index-url https://download.pytorch.org/whl/nightly/rocm6.3
4444

4545
RUN git clone --recursive https://github.com/ROCm/aiter.git \
4646
&& cd aiter \

0 commit comments

Comments
 (0)