-
Notifications
You must be signed in to change notification settings - Fork 12
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
I have Nvidia GPU but I am getting error. #24
Comments
Did you change anything from the config? Could you please show the full logs where we have the logs "Error response from daemon: unknown or invalid runtime name: nvidia". I'd like to see the context around it. |
No, I have not changed any config file. That is the only error it is showing in the log.
|
@stockarea it seems like we have a problem with the Nvidia runtime. Could you please check the recent issue raised by the community to see if it helps, I haven't meet this issue... For example: NVIDIA/nvidia-container-toolkit#150 |
@phamquiluan I do have nvidia runtime installed as shown by
|
I am getting error : Error response from daemon: unknown or invalid runtime name: nvidia
I did the configuration as required and when I run
sudo docker run --rm --runtime=nvidia --gpus all ubuntu nvidia-smi
I am getting this output :
This shows that docker is able to access nvidia GPU. So what is the issue here?
The text was updated successfully, but these errors were encountered: