Go to file
Evan Lezar 62f608a3fe Make order of discoverers deterministic
Signed-off-by: Evan Lezar <elezar@nvidia.com>
2022-04-08 11:59:26 +02:00
build/container
cmd Fix creation of CSV parser in create-symlinks 2022-04-08 11:39:18 +02:00
config
docker Add gcc for centos package builds including cgo 2022-03-29 11:05:39 +02:00
internal Make order of discoverers deterministic 2022-04-08 11:59:26 +02:00
packaging Include nvidia-ctk in deb and rpm packages 2022-04-07 20:25:19 +02:00
scripts
test Add code to process Jetpack CSV files 2022-04-07 10:44:14 +02:00
third_party Update libnvidia-container 2022-04-04 14:16:22 +02:00
tools/container Update podman hooks dependency 2022-03-29 11:05:39 +02:00
vendor Update go vendoring 2022-03-29 11:05:41 +02:00
.common-ci.yml [ci] echo skipped commands 2022-04-04 07:02:33 -07:00
.dockerignore
.gitignore Add stub nvidia-ctk CLI 2022-04-07 16:32:25 +02:00
.gitlab-ci.yml
.gitmodules
.nvidia-ci.yml [ci] Skip external releases if associated OUT_REGISTRY value is empty. 2022-03-31 20:29:13 +00:00
CONTRIBUTING.md
DEVELOPMENT.md
go.mod Update go vendoring 2022-03-29 11:05:41 +02:00
go.sum Update go vendoring 2022-03-29 11:05:41 +02:00
Jenkinsfile
LICENSE
Makefile Don't skip internal packages for linting 2022-04-04 14:16:24 +02:00
oci-nvidia-hook
oci-nvidia-hook.json
README.md
versions.mk

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!