There's a closed pull request on the void-packages repository New packages: libnvidia-container-1.0.5 and nvidia-container-runtime-… https://github.com/void-linux/void-packages/pull/17505 Description: …3.1.4 There are 2 packages added in order to enable using Nvidia devices in containers. This has been tested with docker containers. Two packages are included in one commit since the nvidia-container-runtime package depends on libnvidia-container. This commit resolves: #11084. Even though the package requst is for the nvidia-docker (https://github.com/NVIDIA/nvidia-docker) package, as of Docker 19.03, docker recognize GPU devices, therefore, the nvidia-docker library is not required anymore (https://github.com/NVIDIA/nvidia-docker). Since the current version of docker on the void-packages is 19.03.5, the nvidia-docker library would not be required to be included in the void packages. libnvidia-container (https://github.com/NVIDIA/libnvidia-container) and nvidia-container-runtime (https://github.com/NVIDIA/nvidia-container-runtime) are required to be installed to add nvidia runtime to Docker.