New comment by nuxion on void-packages repository https://github.com/void-linux/void-packages/issues/11084#issuecomment-1114317975 Comment: Hi! I tried this branch to install `nvidia-docker` package. It was succesfully installed but when I run the basic test command: `docker run --gpus all nvidia/cuda:12.0-base nvidia-smi` it's fail with: ``` docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]]. ERRO[0000] error waiting for container: context canceled ``` I don't have any problem running nvidia-smi outside docker context: ``` nvidia-smi Sun May 1 16:29:02 2022 +-----------------------------------------------------------------------------+ | NVIDIA-SMI 510.60.02 Driver Version: 510.60.02 CUDA Version: 11.6 | |-------------------------------+----------------------+----------------------+ | 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:03:00.0 On | N/A | | 0% 49C P0 32W / 120W | 290MiB / 6144MiB | 4% Default | | | | N/A | +-------------------------------+----------------------+----------------------+ +-----------------------------------------------------------------------------+ | Processes: | | GPU GI CI PID Type Process name GPU Memory | | ID ID Usage | |=============================================================================| | 0 N/A N/A 989 G /usr/libexec/Xorg 157MiB | | 0 N/A N/A 4028 G firefox 120MiB | | 0 N/A N/A 4759 G alacritty 8MiB | ``` I tested different versions of nvidia/cuda image (9, 10 and 11) , none of them worked. Any idea or sugestion? Thanks in advance for making this package available.