We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f0208 commit 19780a1Copy full SHA for 19780a1
components/install_rocm.sh
@@ -45,7 +45,7 @@ EOF
45
elif [[ $DISTRIBUTION == "azurelinux3.0" ]]; then
46
tdnf install -y azurelinux-repos-amd
47
tdnf -y install kernel-drivers-gpu-$(uname -r)
48
- tdnf -y install tdnf -y install amdgpu amdgpu-firmware amdgpu-headers
+ tdnf -y install amdgpu amdgpu-firmware amdgpu-headers
49
50
# Add Azure Linux 3 ROCM repo file
51
cat <<EOF >> /etc/yum.repos.d/amd_rocm.repo
0 commit comments