-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rocminfo
fails in rocm/rocm-terminal
#116
Comments
Using the instructions in the README.md:
|
I'm wondering if this image is still in use and/or if we can deprecate it. |
Same here. Also, one does not need do As long as user is in a docker group, one can do just $ sudo docker run -it --device=/dev/kfd --device=/dev/dri --security-opt seccomp=unconfined --group-add video rocm/rocm-terminal
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
rocm-user@015b5fcf64bf:~$ rocminfo
ROCk module is loaded
Unable to open /dev/kfd read-write: Permission denied
Failed to get user name to check for video group membership
rocm-user@015b5fcf64bf:~$ logout
$ There reason is because $ ls -l /dev/kfd
crw-rw---- 1 root render 243, 0 Dec 14 04:54 /dev/kfd
$
For some reasons it does not work tho:
probably because Running |
This looks related - #90 |
Still broken when following instructions current If I pass $ sudo docker run -it --device=/dev/kfd --device=/dev/dri --security-opt seccomp=unconfined --group-add $(getent group render | cut -d: -f3) rocm/rocm-terminal
groups: cannot find name for group ID 993
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
rocm-user@3e3292ebfa5c:~$ and /dev/kfd works inside (i.e. rocminfo has no issues accessing it) |
rocm-smi
works fine.The following was run on a 4x GPU System:
rocminfo
works fine inrocm/dev-ubuntu-22.04
androcm/pytorch
:The text was updated successfully, but these errors were encountered: