Skip to content

Commit

Permalink
Merge pull request #774 from fabiendupont/amd-bootc-update-to-rocm-6.2
Browse files Browse the repository at this point in the history
Update amd-bootc to AMD ROCm 6.2
  • Loading branch information
rhatdan authored Sep 3, 2024
2 parents fc758b5 + 21d985f commit 2d03084
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 2d03084

Please sign in to comment.