-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 response from daemon: could not select device driver "nvidia" with capabilities: [[gpu]] #81
Comments
Does this also help if you get the error when running the "auto-cpu" profile? because I'm getting this error with that. |
@cspace-echo no this should not happen if you use CPU, can you create a new issue? |
Done, #142 |
This fixed the issue for me. Thank You! |
Wow, Thanks! It works. |
so, If I'm on Ubuntu 23.04 and there's no version of the required nvidia package for my operating system, is there something I can do? Without just changing my operating system, or the like? |
@Angular-Angel installing the ubuntu22.04 version just seems to work. To add the key I used: distribution=ubuntu22.04 && curl -fsSL https://nvidia.github.io/libnvidia-container/gpgkey | sudo gpg --dearmor -o /usr/share/keyrings/nvidia-container-toolkit-keyring.gpg && curl -s -L https://nvidia.github.io/libnvidia-container/$distribution/libnvidia-container.list | sed 's#deb https://#deb [signed-by=/usr/share/keyrings/nvidia-container-toolkit-keyring.gpg] https://#g' | sudo tee /etc/apt/sources.list.d/nvidia-container-toolkit.list |
Just posting here in case someone gets the same issue. I had this issue while building the services.
Installing NVIDIA Container Toolkit solved it:
https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#setting-up-nvidia-container-toolkit
The text was updated successfully, but these errors were encountered: