Skip to content

Commit babcddd

Browse files
author
Mark Saroufim
committed
Update AMD Dockerfile to ROCm 7.1 stable, latest aiter, remove multi-GPU deps
- Upgrade ROCm from 6.3.1 to 7.1 (stable, matches host ROCm 7.0.1) - Use stable torch 2.10.0+rocm7.1 instead of nightly - Update aiter to latest commit (f3be04a) for recent FP4 kernel APIs - Remove UCX, OpenMPI, and rocSHMEM builds
1 parent a98fda0 commit babcddd

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,16 +33,16 @@ 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/7.2/ubuntu/jammy/amdgpu-install_7.2.70200-1_all.deb \
37-
&& sudo apt install -y ./amdgpu-install_7.2.70200-1_all.deb \
36+
&& wget https://repo.radeon.com/amdgpu-install/7.1/ubuntu/jammy/amdgpu-install_7.1.70100-1_all.deb \
37+
&& sudo apt install -y ./amdgpu-install_7.1.70100-1_all.deb \
3838
&& sudo apt update -y \
3939
&& sudo apt install -y rocm
4040

4141
ENV ROCM_PATH=/opt/rocm
4242

4343
RUN sudo pip install --upgrade pip
4444

45-
RUN sudo pip install --no-cache-dir torch --index-url https://download.pytorch.org/whl/nightly/rocm7.2
45+
RUN sudo pip install --no-cache-dir torch==2.10.0+rocm7.1 --index-url https://download.pytorch.org/whl/rocm7.1
4646

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

0 commit comments

Comments
 (0)