Skip to content

Commit 2275c43

Browse files
committed
Update Ubuntu insall kfd instructions.
1 parent 2faef3a commit 2275c43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/UBUNTUINSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ The AOMP bin directory (which includes the standard clang and llvm binaries) is
1919
### AMD KFD Driver
2020
These commands are for supported Debian-based systems and target only the rock_dkms core component. More information can be found [HERE](https://rocm.github.io/ROCmInstall.html#ubuntu-support---installing-from-a-debian-repository).
2121
```
22-
echo 'SUBSYSTEM=="kfd", KERNEL=="kfd", TAG+="uaccess", GROUP="video"' | sudo tee /etc/udev/rules.d/70-kfd.rules
23-
wget -qO - http://repo.radeon.com/rocm/apt/debian/rocm.gpg.key | sudo apt-key add -
24-
echo 'deb [arch=amd64] http://repo.radeon.com/rocm/apt/debian/ xenial main' | sudo tee /etc/apt/sources.list.d/rocm.list
22+
sudo apt install wget gnupg2
23+
wget -q -O - https://repo.radeon.com/rocm/rocm.gpg.key | sudo apt-key add -
24+
echo 'deb [arch=amd64] https://repo.radeon.com/rocm/apt/debian/ ubuntu main' | sudo tee /etc/apt/sources.list.d/rocm.list
2525
sudo apt update
2626
sudo apt install rock-dkms
2727

0 commit comments

Comments
 (0)