Merge pull request #1117 from elezar/fix-unit-tests

Fix unit tests
tree: 00c8e39568ed6d8cbab0de0498282540e219fa77
  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. .common-ci.yml
  16. .dockerignore
  17. .gitignore
  18. .gitlab-ci.yml
  19. .gitmodules
  20. .golangci.yml
  21. .nvidia-ci.yml
  22. CHANGELOG.md
  23. CONTRIBUTING.md
  24. DEVELOPMENT.md
  25. go.mod
  26. go.sum
  27. LICENSE
  28. Makefile
  29. README.md
  30. RELEASE.md
  31. 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!