We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b5318b commit 72bbe5fCopy full SHA for 72bbe5f
1 file changed
docker/amd-docker.Dockerfile
@@ -40,7 +40,7 @@ RUN sudo apt update -y \
40
41
RUN sudo pip install --upgrade pip
42
43
-RUN sudo pip install --no-cache-dir pytorch-triton-rocm torch --index-url https://download.pytorch.org/whl/nightly/rocm6.3
+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
44
45
RUN git clone --recursive https://github.com/ROCm/aiter.git \
46
&& cd aiter \
0 commit comments