We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b07455 commit 758fd8eCopy full SHA for 758fd8e
1 file changed
docker/amd-docker.Dockerfile
@@ -42,7 +42,13 @@ RUN sudo apt update -y \
42
43
RUN sudo pip install --upgrade pip
44
45
-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 \
46
+ --index-url https://download.pytorch.org/whl/nightly/rocm6.3 \
47
+ torch torchvision torchaudio
48
+
49
50
51
+ pytorch-triton-rocm
52
53
RUN git clone --recursive https://github.com/ROCm/aiter.git \
54
&& cd aiter \
0 commit comments