Skip to content

Commit 19780a1

Browse files
arsdragonflyZheyu Shen
andauthored
fix typo (#469)
Co-authored-by: Zheyu Shen <zheyushen@microsoft.com>
1 parent e6f0208 commit 19780a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/install_rocm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ EOF
4545
elif [[ $DISTRIBUTION == "azurelinux3.0" ]]; then
4646
tdnf install -y azurelinux-repos-amd
4747
tdnf -y install kernel-drivers-gpu-$(uname -r)
48-
tdnf -y install tdnf -y install amdgpu amdgpu-firmware amdgpu-headers
48+
tdnf -y install amdgpu amdgpu-firmware amdgpu-headers
4949

5050
# Add Azure Linux 3 ROCM repo file
5151
cat <<EOF >> /etc/yum.repos.d/amd_rocm.repo

0 commit comments

Comments
 (0)