-
Notifications
You must be signed in to change notification settings - Fork 20
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
[Error (docker)]: response from daemon: Unknown runtime specified nvidia AND could not select device driver "" with capabilities: [[gpu]]. #324
Comments
This comment has been minimized.
This comment has been minimized.
I think Fedora team hates people using NVIDIA or NVIDIA team hates people using Fedora |
Thanks @AjayThorve I use Fedora release 34 (Thirty Four) as shown in the hidden post above ... |
Using nvidia-docker2I have a new error message now nvidia-container-cli: container error: cgroup subsystem devices not found: unknown❯ REPO=ghcr.io/rapidsai/node
VERSIONS="21.12.00-runtime-node16.10.0-cudagl11.4.2-ubuntu20.04"
docker run --rm --runtime=nvidia -e "DISPLAY=$DISPLAY" -v "/etc/fonts:/etc/fonts:ro" \
-v "/tmp/.X11-unix:/tmp/.X11-unix:rw" -v "/usr/share/fonts:/usr/share/fonts:ro" \
-v "/usr/share/icons:/usr/share/icons:ro" $REPO:$VERSIONS-demo-amd64 npx @rapidsai/demo-graph
docker: Error response from daemon:
OCI runtime create failed:
container_linux.go:380: starting container process caused: process_linux.go:545: container init caused:
Running hook #1:: error running hook: exit status 1, stdout: , stderr: nvidia-container-cli:
container error: cgroup subsystem devices not found: unknown.
|
This comment has been minimized.
This comment has been minimized.
after one hour of googling and trying to find a solution I must admit that I will wait to see if someone could help me here I was looking into the |
@Luxcium not entirely sure what you've tried, but generally the 3 things you will need (in addition to the driver) are: I know it's possible to use GPUs in docker in RHEL, because we publish RHEL (Centos) images for the core RAPIDS libraries. Let me know if it still doesn't work after installing the above. I don't have a box with Centos right now, but I could put it on one of my spare machines to test if I need to. |
Please see my comment here about the error of |
@Luxcium does this work for you? NVIDIA/nvidia-docker#706 (comment) |
Docker Error
I am unable to troubleshoot this issue can you let me know what information could be helpful to help me ???
docker: Error response from daemon: Unknown runtime specified nvidia.
docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]].
The text was updated successfully, but these errors were encountered: