Go to file
Evan Lezar c02b144ed4
Merge pull request #703 from elezar/fix-no-persistenced-flag
[no-relnote] Move --no-persistenced flag to after configure
2024-09-18 22:58:43 +02:00
.github [no-relnote] Switch dependabot to release-1.16 branch 2024-08-01 14:48:35 +02:00
cmd [no-relnote] Move --no-persistenced flag to after configure 2024-09-18 22:52:25 +02:00
deployments Merge pull request #652 from NVIDIA/dependabot/docker/deployments/devel/main/golang-1.23.0 2024-08-20 17:18:06 +02:00
docker
hack [no-relnote] Fix generate changelog 2024-07-15 15:06:24 +02:00
internal Use include-persistenced-socket feature for CDI mode 2024-09-18 22:30:27 +02:00
packaging
pkg Allow inclusion of persistenced socket in CDI specification 2024-09-18 22:30:27 +02:00
scripts
test
third_party Bump third_party/libnvidia-container from 6b8b8e4 to 921e2f3 2024-09-18 20:00:15 +00:00
tools/container Expose opt-in features in toolkit-container 2024-09-18 22:30:27 +02:00
vendor Bump golang.org/x/mod from 0.19.0 to 0.20.0 2024-08-27 07:44:17 +00:00
.common-ci.yml
.dockerignore
.gitignore
.gitlab-ci.yml
.gitmodules
.golangci.yml [no-relnote] Ignore integer overflow in golangci-lint 2024-08-22 11:33:59 +02:00
.nvidia-ci.yml
CHANGELOG.md Bump version for v1.16.1 release 2024-07-22 20:38:53 -07:00
CONTRIBUTING.md
DEVELOPMENT.md
go.mod Bump golang.org/x/mod from 0.19.0 to 0.20.0 2024-08-27 07:44:17 +00:00
go.sum Bump golang.org/x/mod from 0.19.0 to 0.20.0 2024-08-27 07:44:17 +00:00
LICENSE
Makefile
README.md
RELEASE.md [no-relnote] Add RELEASE.md 2024-07-15 14:25:12 +02:00
versions.mk Bump version for v1.16.1 release 2024-07-22 20:38:53 -07: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!