gitmyhub

nvidia-docker

★ 18k updated 2y ago ▣ archived

Build and run Docker containers leveraging NVIDIA GPUs

Deprecated and archived wrapper that gave Docker containers access to NVIDIA GPUs. Superseded by the NVIDIA Container Toolkit, which is the current supported path.

DockerCUDANVIDIAsetup: easycomplexity 3/5

nvidia-docker was a tool that made it easy to build and run Docker containers (self-contained software packages) that could access NVIDIA GPUs for tasks like AI model training or other graphics-intensive workloads. Docker by default does not pass GPU hardware through to containers, and nvidia-docker solved that problem.

However, this project is now deprecated and archived. According to the README, it has been superseded by the NVIDIA Container Toolkit, which is the current supported way to give Docker containers access to NVIDIA GPUs. The nvidia-docker wrapper is no longer supported. If you need this functionality today, the README directs you to the NVIDIA Container Toolkit repository and its installation guide.

Where it fits