Go to file
2021-10-26 17:51:12 +08:00
build/container Add CI to build toolkit-container image 2021-10-22 11:57:55 +02:00
cmd skip error when bundleDir not exist 2021-10-26 17:51:12 +08:00
config
docker
internal/oci
packaging
scripts
test Copy container test scripts from container-config 2021-10-22 11:57:55 +02:00
third_party Update submodules 2021-10-19 15:30:29 +02:00
tools/container Copy cmd from container-config 2021-10-22 11:57:51 +02:00
vendor Update go vendoring 2021-10-21 12:07:42 +02:00
.common-ci.yml Add CI to build toolkit-container image 2021-10-22 11:57:55 +02:00
.dockerignore Add dockerfile and makefile to build toolkit-container 2021-10-22 11:57:55 +02:00
.gitignore Add dockerfile and makefile to build toolkit-container 2021-10-22 11:57:55 +02:00
.gitlab-ci.yml Add CI to build toolkit-container image 2021-10-22 11:57:55 +02:00
.gitmodules
CONTRIBUTING.md
DEVELOPMENT.md
go.mod Update go vendoring 2021-10-21 12:07:42 +02:00
go.sum Update go vendoring 2021-10-21 12:07:42 +02:00
Jenkinsfile
LICENSE
Makefile
oci-nvidia-hook
oci-nvidia-hook.json
README.md

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!