-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
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 :
Sun Dec 24 09:53:47 2023
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 525.147.05 Driver Version: 525.147.05 CUDA Version: 12.0 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 NVIDIA GeForce ... Off | 00000000:01:00.0 Off | N/A |
| N/A 45C P8 4W / 50W | 163MiB / 4096MiB | 27% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
This shows that docker is able to access nvidia GPU. So what is the issue here?
Metadata
Metadata
Assignees
Labels
No labels