Closed issue by voidlinux4life on void-packages repository https://github.com/void-linux/void-packages/issues/11084 Description: https://github.com/NVIDIA/nvidia-docker NVIDIA designed NVIDIA-Docker in 2016 to enable portability in Docker images that leverage NVIDIA GPUs. It allowed driver agnostic CUDA images and provided a Docker command line wrapper that mounted the user mode components of the driver and the GPU device files into the container at launch. https://devblogs.nvidia.com/gpu-containers-runtime/ The list of prerequisites for running nvidia-docker 2.0 is described below. For information on how to install Docker for your Linux distribution, please refer to the Docker documentation. - GNU/Linux x86_64 with kernel version > 3.10 - Docker >= 1.12 - NVIDIA GPU with Architecture > Fermi (2.1) - NVIDIA drivers ~= 361.93 (untested on older versions) https://github.com/nvidia/nvidia-docker/wiki/Installation-(version-2.0)