Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Missing pipes in Ubuntu step 6 #65

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions Installation_Guide/Installation-Guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,9 @@ The current rocm.gpg.key is not available in a standard key ring distribution, b

::

echo 'ADD_EXTRA_GROUPS=1'
sudo tee -a /etc/adduser.conf
echo 'ADD_EXTRA_GROUPS=1' | sudo tee -a /etc/adduser.conf

echo 'EXTRA_GROUPS=video'
sudo tee -a /etc/adduser.conf
echo 'EXTRA_GROUPS=video' | sudo tee -a /etc/adduser.conf

7. Restart the system.

Expand Down Expand Up @@ -158,7 +156,7 @@ You can install the ROCm user-level software without installing the AMD's custom

sudo apt update
sudo apt install rocm-dev
echo 'SUBSYSTEM=="kfd", KERNEL=="kfd", TAG+="uaccess", GROUP="video"'
echo 'SUBSYSTEM=="kfd", KERNEL=="kfd", TAG+="uaccess", GROUP="video"' |
sudo tee /etc/udev/rules.d/70-kfd.rules


Expand Down