Merge pull request #1350 from NVIDIA/dependabot/github_actions/release-1.17/github/codeql-action-4

Bump github/codeql-action from 3 to 4
tree: aa01016c450ea353be0bb3aa748448d6c4fbbc64
  1. .github/
  2. cmd/
  3. deployments/
  4. docker/
  5. hack/
  6. internal/
  7. packaging/
  8. pkg/
  9. scripts/
  10. testdata/
  11. tests/
  12. third_party/
  13. tools/
  14. vendor/
  15. .dockerignore
  16. .gitignore
  17. .gitlab-ci.yml
  18. .gitmodules
  19. .golangci.yml
  20. .nvidia-ci.yml
  21. CHANGELOG.md
  22. CONTRIBUTING.md
  23. DEVELOPMENT.md
  24. go.mod
  25. go.sum
  26. LICENSE
  27. Makefile
  28. README.md
  29. RELEASE.md
  30. versions.mk
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!