Go to file
Tariq Ibrahim 66f50d91bd
sync go.mod with go mod tidy in deployments/devel
Signed-off-by: Tariq Ibrahim <tibrahim@nvidia.com>
2024-09-18 13:17:54 -07:00
.github [no-relnote] Switch dependabot to release-1.16 branch 2024-08-01 14:48:35 +02:00
cmd Check for valid paths in create-symlinks hook 2024-09-18 17:47:19 +02:00
deployments sync go.mod with go mod tidy in deployments/devel 2024-09-18 13:17:54 -07:00
docker
hack [no-relnote] Fix generate changelog 2024-07-15 15:06:24 +02:00
internal Merge pull request #660 from elezar/fix-libnvidia-allocator-duplicate-mount 2024-08-22 14:00:25 +02:00
packaging
pkg
scripts [no-relnote] fix archive script 2024-07-11 10:34:28 +02:00
test
third_party Bump third_party/libnvidia-container from 6b8b8e4 to 921e2f3 2024-09-18 20:00:15 +00:00
tools/container
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!