Skip to content

Commit f30d510

Browse files
BenBlueeeeejacobgkau
authored andcommitted
Update rocm.md
fix issue #3670
1 parent 1ad1c5b commit f30d510

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/rocm.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ First, add AMD's official ROCm repository to the system and set the appropriate
3030

3131
```
3232
wget https://repo.radeon.com/rocm/rocm.gpg.key -O - | gpg --dearmor | sudo tee /etc/apt/keyrings/rocm.gpg > /dev/null
33-
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/rocm/apt/6.1 jammy main" | sudo tee --append /etc/apt/sources.list.d/rocm.list
33+
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/rocm/apt/latest jammy main" | sudo tee --append /etc/apt/sources.list.d/rocm.list
3434
echo -e 'Package: *\nPin: release o=repo.radeon.com\nPin-Priority: 600' | sudo tee /etc/apt/preferences.d/rocm-pin-600
3535
```
3636

37+
Note: this may silently prompt you to input your password.
38+
3739
Next, update the package lists and install the `rocm` package:
3840

3941
```

0 commit comments

Comments
 (0)