File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,9 @@ ARG BASE
3
3
FROM ${REPOSITORY}:${BASE}
4
4
LABEL maintainer=
"Felix Thaler <[email protected] >"
5
5
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 && \
12
7
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 && \
14
9
apt-get update -qq && \
15
10
amdgpu-install -y --usecase=rocm,hip --no-dkms && \
16
11
rm -rf /var/lib/apt/lists/*
You can’t perform that action at this time.
0 commit comments