Skip to content

Commit 758fd8e

Browse files
authored
full torch
1 parent 6b07455 commit 758fd8e

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docker/amd-docker.Dockerfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,13 @@ RUN sudo apt update -y \
4242

4343
RUN sudo pip install --upgrade pip
4444

45-
RUN sudo pip install --no-cache-dir pytorch-triton-rocm torch --index-url https://download.pytorch.org/whl/nightly/rocm6.3
45+
RUN sudo pip install --no-cache-dir \
46+
--index-url https://download.pytorch.org/whl/nightly/rocm6.3 \
47+
torch torchvision torchaudio
48+
49+
RUN sudo pip install --no-cache-dir \
50+
--index-url https://download.pytorch.org/whl/nightly/rocm6.3 \
51+
pytorch-triton-rocm
4652

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

0 commit comments

Comments
 (0)