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

Commit 0a6dbcb

Browse files
authored
Merge pull request #3 from settle/settle-patch-2
Update Installation-Guide.rst
2 parents bd8a688 + bde9f72 commit 0a6dbcb

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Installation_Guide/Installation-Guide.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,27 +121,31 @@ The current rocm.gpg.key is not available in a standard key ring distribution, b
121121
sudo apt install rocm-dkms && sudo reboot
122122
123123

124-
4. Set permissions. To access the GPU, you must be a user in the video group. Ensure your user account is a member of the video group prior to using ROCm. To identify the groups you are a member of, use the following command:
124+
4. Set permissions. To access the GPU, you must be a user in the video and render groups. Ensure your user account is a member of the video and render groups prior to using ROCm. To identify the groups you are a member of, use the following command:
125125

126126
::
127127

128128
groups
129129
130130

131-
5. To add your user to the video group, use the following command with the sudo password:
131+
5. To add your user to the video and render groups, use the following command with the sudo password:
132132

133133
::
134134

135135
sudo usermod -a -G video $LOGNAME
136136

137-
6. By default, you must add any future users to the video group. To add future users to the video group, run the following command:
137+
sudo usermod -a -G render $LOGNAME
138+
139+
6. By default, you must add any future users to the video and render groups. To add future users to the video and render groups, run the following command:
138140

139141
::
140142

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

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

147+
echo 'EXTRA_GROUPS=render' | sudo tee -a /etc/adduser.conf
148+
145149
7. Restart the system.
146150

147151
8. After restarting the system, run the following commands to verify that the ROCm installation is successful. If you see your GPUs listed by both commands, the installation is considered successful.

0 commit comments

Comments
 (0)