Go to file
Evan Lezar d3a9f512c4 Merge branch 'merge-into-experimental' into 'experimental'
Merge master into experimental

See merge request nvidia/container-toolkit/container-toolkit!56
2021-10-18 12:33:55 +00:00
cmd Merge branch 'master' into experimental 2021-09-28 16:32:40 +02:00
config Refactor accepting device lists from volume mounts as a boolean 2020-08-07 16:30:19 +00:00
docker Merge master into experimental 2021-10-18 12:33:55 +00:00
examples Address ineffectual assignment error 2021-07-01 16:13:22 +02:00
internal Merge branch 'master' into experimental 2021-09-28 16:32:40 +02:00
packaging Merge master into experimental 2021-10-18 12:33:55 +00:00
pkg Update package references 2021-06-30 14:07:36 +02:00
scripts Merge master into experimental 2021-10-18 12:33:55 +00:00
test Merge master into experimental 2021-10-18 12:33:55 +00:00
third_party Merge master into experimental 2021-10-18 12:33:55 +00:00
vendor Merge branch 'master' into experimental 2021-09-28 16:32:40 +02:00
.common-ci.yml Merge master into experimental 2021-10-18 12:33:55 +00:00
.dockerignore Add binary target and use go mod 2020-04-11 17:18:14 -07:00
.gitignore Add cmds target to makefile to build all go commands 2021-09-13 17:08:31 +02:00
.gitlab-ci.yml Merge master into experimental 2021-10-18 12:33:55 +00:00
.gitmodules Merge master into experimental 2021-10-18 12:33:55 +00:00
CONTRIBUTING.md Ensure LICENSE and CONTRIBUTING.md files are present 2019-10-31 12:56:46 -07:00
DEVELOPMENT.md Merge master into experimental 2021-10-18 12:33:55 +00:00
go.mod Merge branch 'master' into experimental 2021-09-28 16:32:40 +02:00
go.sum Merge branch 'master' into experimental 2021-09-28 16:32:40 +02:00
Jenkinsfile Update to Golang 1.16.3 2021-05-18 11:25:52 +02:00
LICENSE Ensure LICENSE and CONTRIBUTING.md files are present 2019-10-31 12:56:46 -07:00
Makefile Merge master into experimental 2021-10-18 12:33:55 +00:00
oci-nvidia-hook Init 2019-10-22 14:36:22 -07:00
oci-nvidia-hook.json Init 2019-10-22 14:36:22 -07:00
README.md Merge master into experimental 2021-10-18 12:33:55 +00:00

NVIDIA Container Toolkit

GitHub license Documentation Package repository

nvidia-container-stack

Introduction

The NVIDIA Container Toolkit allows users to build and run GPU accelerated 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, and installation and usage guides can be found in the documentation repository.

Getting Started

Make sure you have installed the NVIDIA driver 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!