File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ COPY repos.d/RPM-GPG-KEY-AMD-ROCM /etc/pki/rpm-gpg/RPM-GPG-KEY-AMD-ROCM
34
34
RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-AMD-ROCM \
35
35
&& mv /etc/selinux /etc/selinux.tmp \
36
36
&& dnf install -y \
37
+ amd-smi \
37
38
cloud-init \
38
39
pciutils \
39
- rocm-smi \
40
40
rsync \
41
41
skopeo \
42
42
tmux \
Original file line number Diff line number Diff line change 1
1
[amdgpu]
2
2
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/
4
4
enabled=1
5
5
priority=50
6
6
gpgcheck=1
Original file line number Diff line number Diff line change 1
1
[ROCm-6.2]
2
2
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
4
4
enabled=1
5
5
priority=50
6
6
gpgcheck=1
You can’t perform that action at this time.
0 commit comments