New comment by classabbyamp on void-packages repository https://github.com/void-linux/void-packages/pull/33059#issuecomment-1003951658 Comment: I was able to build this myself, but I was unable to run the test container successfully. The output I got was: ``` $ docker run --gpus all nvidia/cuda:9.0-base nvidia-smi docker: Error response from daemon: failed to create shim: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: Running hook #0:: error running hook: exit status 1, stdout: , stderr: nvidia-container-cli: detection error: open failed: /usr/lib/libnvoptix.so.1: no such file or directory: unknown. ``` I have the `nvidia` package installed, and am able to run `nvidia-smi` outside of docker with no issues. Any ideas?