Go to file
Evan Lezar 9c029cac72 Fix bug in determining CLI user on SUSE systems
Signed-off-by: Evan Lezar <elezar@nvidia.com>
2024-01-11 13:54:40 +01:00
.github/workflows
build/container
cmd Refactor the engine.Interface such that the Set() API does not return an extraneous error 2023-12-01 15:59:34 -08:00
docker Ensure git works in container 2023-10-31 15:25:41 +01:00
internal Fix bug in determining CLI user on SUSE systems 2024-01-11 13:54:40 +01:00
packaging Remove libseccomp package dependency 2024-01-09 10:02:06 +01:00
pkg Use devRoot to resolve MIG device nodes 2024-01-09 15:40:17 +01:00
scripts
test
third_party Update libnvidia-container to a4ef85eb 2024-01-10 14:29:03 +01:00
tools/container run goimports -local against the entire codebase 2023-12-01 11:13:17 +01:00
vendor Update to github.com/NVIDIA/go-nvlib@f3264c8a6a7a 2023-12-13 10:08:14 -08:00
.common-ci.yml
.dockerignore
.gitignore
.gitlab-ci.yml Replace check targets with golangci-lint 2023-10-24 20:00:24 +02:00
.gitmodules
.golangci.yml run goimports -local against the entire codebase 2023-12-01 11:13:17 +01:00
.nvidia-ci.yml
CHANGELOG.md Fix bug in determining CLI user on SUSE systems 2024-01-11 13:54:40 +01:00
CONTRIBUTING.md
DEVELOPMENT.md
go.mod Update to github.com/NVIDIA/go-nvlib@f3264c8a6a7a 2023-12-13 10:08:14 -08:00
go.sum Update to github.com/NVIDIA/go-nvlib@f3264c8a6a7a 2023-12-13 10:08:14 -08:00
Jenkinsfile
LICENSE
Makefile run goimports -local against the entire codebase 2023-12-01 11:13:17 +01:00
README.md
versions.mk Bump version to v1.15.0-rc.2 2023-12-06 17:45:08 +01: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!