Go to file
Evan Lezar cf93aa94d3 Add support for injecting additional GIDs
This change adds support for injecting additional GIDs using the internal
CDI representations. (Applicable for Tegra-based systems and /dev/dri devices)
This is disabled by default, but can be opted in to by setting the
features.allow-additional-gids feature flag.

This can also be done by running

sudo nvidia-ctk config --in-place --set features.allow-additional-gids

Signed-off-by: Evan Lezar <elezar@nvidia.com>
2024-08-22 18:17:17 +02:00
.github [no-relnote] Switch dependabot to release-1.16 branch 2024-08-01 14:48:35 +02:00
cmd Use empty string for default runtime-config-override 2024-08-19 11:33:26 +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 [no-relnote] Use centos:7 vault repos for builds 2024-07-01 16:21:20 +02:00
hack [no-relnote] Fix generate changelog 2024-07-15 15:06:24 +02:00
internal Add support for injecting additional GIDs 2024-08-22 18:17:17 +02:00
packaging Move nvidia-ctk hook command into own binary 2024-05-21 12:19:44 +02:00
pkg Add support for injecting additional GIDs 2024-08-22 18:17:17 +02:00
scripts [no-relnote] fix archive script 2024-07-11 10:34:28 +02:00
test
third_party Update libnvidia-container 2024-07-01 16:32:41 +02:00
tools/container Merge pull request #576 from elezar/get-options-from-default 2024-07-09 13:34:57 +02:00
vendor Bump github.com/urfave/cli/v2 from 2.27.3 to 2.27.4 2024-08-19 09:38:51 +00:00
.common-ci.yml add ngc image signing job for auto signing 2024-06-12 13:20:35 +05:30
.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 add ngc image signing job for auto signing 2024-06-12 13:20:35 +05:30
CHANGELOG.md Bump version for v1.16.1 release 2024-07-22 20:38:53 -07:00
CONTRIBUTING.md
DEVELOPMENT.md
go.mod Bump github.com/urfave/cli/v2 from 2.27.3 to 2.27.4 2024-08-19 09:38:51 +00:00
go.sum Bump github.com/urfave/cli/v2 from 2.27.3 to 2.27.4 2024-08-19 09:38:51 +00:00
LICENSE
Makefile [no-relnotes] Use a local development image 2024-07-10 13:21:46 +02:00
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!