From 21d985fd7638321d883be06ae9a475b279366b0c Mon Sep 17 00:00:00 2001 From: Fabien Dupont Date: Tue, 3 Sep 2024 02:55:51 -0400 Subject: [PATCH] Update amd-bootc to AMD ROCm 6.2 This change updates the version of AMD ROCm to 6.2 in the amd-bootc image for training. With this new version, the `rocm-smi` package is replaced by the `amd-smi` package. Signed-off-by: Fabien Dupont --- training/amd-bootc/Containerfile | 2 +- training/amd-bootc/repos.d/amdgpu.repo | 2 +- training/amd-bootc/repos.d/rocm.repo | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/training/amd-bootc/Containerfile b/training/amd-bootc/Containerfile index c26f52cb..3354f2df 100644 --- a/training/amd-bootc/Containerfile +++ b/training/amd-bootc/Containerfile @@ -34,9 +34,9 @@ COPY repos.d/RPM-GPG-KEY-AMD-ROCM /etc/pki/rpm-gpg/RPM-GPG-KEY-AMD-ROCM RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-AMD-ROCM \ && mv /etc/selinux /etc/selinux.tmp \ && dnf install -y \ + amd-smi \ cloud-init \ pciutils \ - rocm-smi \ rsync \ skopeo \ tmux \ diff --git a/training/amd-bootc/repos.d/amdgpu.repo b/training/amd-bootc/repos.d/amdgpu.repo index 5297bb93..e24f9784 100644 --- a/training/amd-bootc/repos.d/amdgpu.repo +++ b/training/amd-bootc/repos.d/amdgpu.repo @@ -1,6 +1,6 @@ [amdgpu] name=amdgpu -baseurl=https://repo.radeon.com/amdgpu/6.1.2/el/9.4/main/x86_64/ +baseurl=https://repo.radeon.com/amdgpu/6.2/el/9.4/main/x86_64/ enabled=1 priority=50 gpgcheck=1 diff --git a/training/amd-bootc/repos.d/rocm.repo b/training/amd-bootc/repos.d/rocm.repo index bce007e9..57be6006 100644 --- a/training/amd-bootc/repos.d/rocm.repo +++ b/training/amd-bootc/repos.d/rocm.repo @@ -1,6 +1,6 @@ [ROCm-6.2] name=ROCm6.2 -baseurl=https://repo.radeon.com/rocm/el9/6.1.2/main +baseurl=https://repo.radeon.com/rocm/el9/6.2/main enabled=1 priority=50 gpgcheck=1