This repository includes utilities to build and run NVIDIA Docker images.
Example of how CUDA integrates with Docker
The full documentation is available on the repository wiki.
A good place to start is to understand why NVIDIA Docker is needed in the first place.
Assuming the NVIDIA drivers and Docker are properly installed (see installation):
git clone https://github.com/NVIDIA/nvidia-docker
cd nvidia-docker
# Initial setup
sudo make install
sudo nvidia-docker volume setup
# Run nvidia-smi
nvidia-docker run nvidia/cuda nvidia-smi
A signed copy of the Contributor License Agreement needs to be provided to digits@nvidia.com before any change can be accepted.
- Please let us know by filing a new issue
- You can contribute by opening a pull request