Go to file
Evan Lezar 9de312f595 Merge branch 'fix-toolkit-rpm-dependencies' into 'master'
Fix minimum toolkit version in RPM spec

See merge request nvidia/container-toolkit/nvidia-docker!29
2021-11-05 14:02:58 +00:00
.github Update template issue to include nvidia-container-cli informations 2018-12-20 09:02:06 -08:00
debian Bump version to 2.7.0-rc.2 2021-11-04 16:24:28 +01:00
docker Use separate make variable for toolkit version 2021-11-05 14:42:02 +01:00
rpm Fix minimum toolkit version in RPM spec 2021-11-05 15:00:43 +01:00
.dockerignore Add .dockerignore 2017-11-16 21:20:38 -08:00
.gitignore Merge branch '2.0' 2017-11-13 21:10:52 -08:00
.gitlab-ci.yml Update .gitlab-ci.yml to match that of libnvidia-container 2020-05-14 21:33:28 +00:00
CONTRIBUTING.md Update contributing.md to reflect the right project name 2019-09-13 22:21:16 +00:00
Jenkinsfile [INTERNAL] Remove reference to missing make file 2021-06-23 11:39:29 +02:00
LICENSE Relicense to Apache2 2019-08-14 16:41:01 -07:00
Makefile Bump version to 2.7.0-rc.2 2021-11-04 16:24:28 +01:00
README.md Update readme to point to the official documentation 2020-09-01 16:00:32 -07:00
daemon.json Use relative path for nvidia-container-runtime 2018-06-18 14:50:46 -07:00
nvidia-docker Fix nvidia-docker version 2019-08-12 14:42:31 -07:00

README.md

NVIDIA Container Toolkit

GitHub license Documentation Package repository

nvidia-gpu-docker

Introduction

The NVIDIA Container Toolkit allows users to build and run GPU accelerated Docker containers. The toolkit includes a container runtime library and utilities to automatically configure containers to leverage NVIDIA GPUs.

Product documentation including an architecture overview, platform support, installation and usage guides can be found in the documentation repository.

Frequently asked questions are available on the wiki.

Getting Started

Make sure you have installed the NVIDIA driver and Docker engine for your Linux distribution Note that you do not need to install the CUDA Toolkit on the host system, but the NVIDIA driver needs to be installed

For instructions on getting started with the NVIDIA Container Toolkit, refer to the installation guide.

Usage

The user guide provides information on the configuration and command line options available when running GPU containers with Docker.

Issues and Contributing

Checkout the Contributing document!