Go to file
Evan Lezar 8b010313e5
Merge pull request #548 from elezar/additional-graphics-libs
Inject additional libraries for full X11 functionality
2024-07-09 14:57:55 +02:00
.github [no-relnote] Remove gh-pages action update 2024-07-09 13:50:09 +02:00
cmd
deployments/container
docker
hack
internal Use relative path to locate driver libraries 2024-07-09 13:54:07 +02:00
packaging
pkg Extract options from default runtime if runc does not exist 2024-07-04 12:44:08 +02:00
scripts
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 golang.org/x/sys from 0.21.0 to 0.22.0 2024-07-09 12:01:41 +00:00
.common-ci.yml
.dockerignore
.gitignore
.gitlab-ci.yml
.gitmodules
.golangci.yml
.nvidia-ci.yml
CHANGELOG.md
CONTRIBUTING.md
DEVELOPMENT.md
go.mod Bump golang.org/x/sys from 0.21.0 to 0.22.0 2024-07-09 12:01:41 +00:00
go.sum Bump golang.org/x/sys from 0.21.0 to 0.22.0 2024-07-09 12:01:41 +00:00
LICENSE
Makefile
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!