Skip to content

Commit

Permalink
Merge pull request #2542 from ROCm/r2.14-cs7
Browse files Browse the repository at this point in the history
[r2.14-rocm-enhanced] Switch amgpu repo in CS7 build container
  • Loading branch information
jayfurmanek committed May 13, 2024
2 parents b0d9c59 + 63da52e commit 37dd441
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi
if [ ! -f "/${CUSTOM_INSTALL}" ]; then
RPM_ROCM_REPO=http://repo.radeon.com/rocm/yum/${ROCM_VERSION_REPO}/main
echo -e "[ROCm]\nname=ROCm\nbaseurl=$RPM_ROCM_REPO\nenabled=1\ngpgcheck=0" >>/etc/yum.repos.d/rocm.repo
echo -e "[amdgpu]\nname=amdgpu\nbaseurl=https://repo.radeon.com/amdgpu/latest/rhel/7.9/main/x86_64/\nenabled=1\ngpgcheck=0" >>/etc/yum.repos.d/amdgpu.repo
echo -e "[amdgpu]\nname=amdgpu\nbaseurl=https://repo.radeon.com/amdgpu/latest/rhel/7/main/x86_64/\nenabled=1\ngpgcheck=0" >>/etc/yum.repos.d/amdgpu.repo
else
bash "/${CUSTOM_INSTALL}"
fi
Expand Down

0 comments on commit 37dd441

Please sign in to comment.