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