Skip to content

Commit 94e6782

Browse files
authored
ROCm 6
1 parent 400fc66 commit 94e6782

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

hip/Dockerfile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,9 @@ ARG BASE
33
FROM ${REPOSITORY}:${BASE}
44
LABEL maintainer="Felix Thaler <[email protected]>"
55

6-
# from https://docs.amd.com/bundle/ROCm-Installation-Guide-v5.4/page/How_to_Install_ROCm.html
7-
# TODO(havogt): remove jammy packages once official support for 24.04 is there,
8-
# workaround taken from https://github.com/nktice/AMD-AI/blob/99b51b7ce08f339e81ccede05d65a21d10c6a27b/README.md
9-
RUN add-apt-repository -y -s deb http://security.ubuntu.com/ubuntu jammy main universe && \
10-
add-apt-repository ppa:deadsnakes/ppa -y && \
11-
wget https://repo.radeon.com/amdgpu-install/22.40/ubuntu/jammy/amdgpu-install_5.4.50401-1_all.deb && \
6+
RUN wget https://repo.radeon.com/amdgpu-install/6.2.1/ubuntu/noble/amdgpu-install_6.2.60201-1_all.deb && \
127
apt-get update -qq && \
13-
DEBIAN_FRONTEND=noninteractive apt-get install -qq -y ./amdgpu-install_5.4.50401-1_all.deb && \
8+
DEBIAN_FRONTEND=noninteractive apt-get install -qq -y ./amdgpu-install_6.2.60201-1_all.deb && \
149
apt-get update -qq && \
1510
amdgpu-install -y --usecase=rocm,hip --no-dkms && \
1611
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)