Skip to content

Commit 2d03084

Browse files
authored
Merge pull request #774 from fabiendupont/amd-bootc-update-to-rocm-6.2
Update amd-bootc to AMD ROCm 6.2
2 parents fc758b5 + 21d985f commit 2d03084

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

training/amd-bootc/Containerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ COPY repos.d/RPM-GPG-KEY-AMD-ROCM /etc/pki/rpm-gpg/RPM-GPG-KEY-AMD-ROCM
3434
RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-AMD-ROCM \
3535
&& mv /etc/selinux /etc/selinux.tmp \
3636
&& dnf install -y \
37+
amd-smi \
3738
cloud-init \
3839
pciutils \
39-
rocm-smi \
4040
rsync \
4141
skopeo \
4242
tmux \

training/amd-bootc/repos.d/amdgpu.repo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[amdgpu]
22
name=amdgpu
3-
baseurl=https://repo.radeon.com/amdgpu/6.1.2/el/9.4/main/x86_64/
3+
baseurl=https://repo.radeon.com/amdgpu/6.2/el/9.4/main/x86_64/
44
enabled=1
55
priority=50
66
gpgcheck=1

training/amd-bootc/repos.d/rocm.repo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[ROCm-6.2]
22
name=ROCm6.2
3-
baseurl=https://repo.radeon.com/rocm/el9/6.1.2/main
3+
baseurl=https://repo.radeon.com/rocm/el9/6.2/main
44
enabled=1
55
priority=50
66
gpgcheck=1

0 commit comments

Comments
 (0)