Skip to content

Commit

Permalink
Update amd-bootc to AMD ROCm 6.2
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
fabiendupont committed Sep 3, 2024
1 parent fc758b5 commit 21d985f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion training/amd-bootc/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion training/amd-bootc/repos.d/amdgpu.repo
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion training/amd-bootc/repos.d/rocm.repo
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 21d985f

Please sign in to comment.