Skip to content

Commit 321208a

Browse files
authored
Update amd-docker.Dockerfile
1 parent 72bbe5f commit 321208a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker/amd-docker.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ RUN sudo groupadd -g 109 render
3333
RUN sudo apt update -y \
3434
&& sudo apt install -y "linux-headers-$(uname -r)" "linux-modules-extra-$(uname -r)" \
3535
&& sudo usermod -a -G render,video runner \
36-
&& wget https://repo.radeon.com/amdgpu-install/6.3.1/ubuntu/jammy/amdgpu-install_6.3.60301-1_all.deb \
37-
&& sudo apt install -y ./amdgpu-install_6.3.60301-1_all.deb \
36+
&& wget https://repo.radeon.com/amdgpu-install/6.4.1/ubuntu/jammy/amdgpu-install_6.4.60401-1_all.deb \
37+
&& sudo apt install -y ./amdgpu-install_6.4.60401-1_all.deb \
3838
&& sudo apt update -y \
3939
&& sudo apt install -y rocm
4040

4141
RUN sudo pip install --upgrade pip
4242

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
43+
RUN sudo pip install --no-cache-dir torch pytorch-triton-rocm --index-url https://download.pytorch.org/whl/nightly/rocm6.4
4444

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

0 commit comments

Comments
 (0)