git404hub

what is nvidia-docker fr?

nvidia/nvidia-docker — explained in plain English

Analysis updated 2026-06-24

17,544Audience · ops devopsComplexity · 3/5Setup · easy

tl;dr

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

vibe map

mindmap
  root((nvidia-docker))
    Status
      Deprecated
      Archived
      Read-only
    Replacement
      NVIDIA Container Toolkit
      Container Runtime
    Use Cases
      GPU containers
      AI training in Docker
      CUDA workloads
    Tech Stack
      Docker
      CUDA
      NVIDIA drivers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Read the deprecation notice and follow the link to the NVIDIA Container Toolkit

VIBE 2

Migrate an existing nvidia-docker setup to the NVIDIA Container Toolkit install guide

what's the stack?

DockerCUDANVIDIA

how it stacks up fr

nvidia/nvidia-dockeropenemu/openemugnachman/iterm2
Stars17,54417,54417,547
LanguageSwiftObjective-C
Setup difficultyeasyhardeasy
Complexity3/54/52/5
Audienceops devopsgeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Repo is archived, do not install nvidia-docker, install the NVIDIA Container Toolkit instead.

in plain english

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.

prompts (copy fr)

prompt 1
Migrate my old nvidia-docker v2 setup to the NVIDIA Container Toolkit step by step
prompt 2
Show me the install commands for the NVIDIA Container Toolkit on Ubuntu 22.04
prompt 3
Help me run a CUDA container with docker run --gpus all using the current toolkit
prompt 4
Diff the old nvidia-docker CLI workflow against the new --gpus flag workflow

Frequently asked questions

what is nvidia-docker fr?

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

How hard is nvidia-docker to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is nvidia-docker for?

Mainly ops devops.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.