CUDA is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs). With CUDA, developers can dramatically speed up computing applications by harnessing the power of GPUs.
The CUDA Toolkit from NVIDIA provides everything you need to develop GPU-accelerated applications. The CUDA Toolkit includes GPU-accelerated libraries, a compiler, development tools and the CUDA runtime.
The CUDA container images provide an easy-to-use distribution for CUDA supported platforms and architectures.
The images are governed by the following NVIDIA End User License Agreements. By pulling and using the CUDA images, you accept the terms and conditions of these licenses. Since the images may include components licensed under open-source licenses such as GPL, the sources for these components are archived here.
To view the NVIDIA Deep Learning Container license, click here
For more information on CUDA, including the release notes, programming model, APIs and developer tools, visit the CUDA documentation site.
For an upcoming release of Cuda Toolkit, support for the nvidia/cuda-arm64
and nvidia/cuda-ppc64le
images names will be dropped in place of multi-arch container image manifests in nvidia/cuda
on NGC and Docker Hub.
The following product pages will still exist but will no longer be supported:
The following gitlab repositories will be archived:
Additionally, existing cuda-arm64 and cuda-ppc64le tags will not be deleted from Docker Hub or NGC and will be marked as unsupported in our documentation.
The "latest" tag for CUDA, CUDAGL, and OPENGL images has been deprecated on NGC and Docker Hub.
With the removal of the latest tag, the following use case will result in the "manifest unknown" error:
$ docker pull nvidia/cuda
Error response from daemon: manifest for nvidia/cuda:latest not found: manifest unknown: manifest
unknown
This is not a bug.
Three flavors of images are provided:
base
: Includes the CUDA runtime (cudart)runtime
: Builds on the base
and includes the CUDA math libraries, and NCCL. A runtime
image that also includes cuDNN is available.devel
: Builds on the runtime
and includes headers, development tools for building CUDA images. These images are particularly useful for multi-stage builds.The Dockerfiles for the images are open-source and licensed under 3-clause BSD. For more information see the Supported Tags section below.
The NVIDIA Container Toolkit for Docker is required to run CUDA images.
For CUDA 10.0, nvidia-docker2
(v2.1.0) or greater is recommended. It is also recommended to use Docker 19.03.
Read NVIDIA Container Toolkit Frequently Asked Questions to see if the problem has been encountered before.
After it has been determined the problem is not with the NVIDIA runtime, report an issue at the CUDA Container Image Issue Tracker.
Supported tags are updated to the latest CUDA and cuDNN versions. These tags are also periodically updated to fix CVE vulnerabilities.
For a full list of supported tags, click here.
Visit OpenSource @ Nvidia for the GPL sources of the packages contained in the CUDA base image layers.
11.4.0-runtime-ubuntu20.04
(11.4.0/ubuntu20.04-arm64/runtime/Dockerfile)11.4.0-devel-ubuntu20.04
(11.4.0/ubuntu20.04-arm64/devel/Dockerfile)11.4.0-base-ubuntu20.04
(11.4.0/ubuntu20.04-arm64/base/Dockerfile)11.4.0-runtime-ubuntu18.04
(11.4.0/ubuntu18.04-arm64/runtime/Dockerfile)11.4.0-devel-ubuntu18.04
(11.4.0/ubuntu18.04-arm64/devel/Dockerfile)11.4.0-base-ubuntu18.04
(11.4.0/ubuntu18.04-arm64/base/Dockerfile)11.4.0-runtime-ubi8
(11.4.0/ubi8-arm64/runtime/Dockerfile)11.4.0-devel-ubi8
(11.4.0/ubi8-arm64/devel/Dockerfile)11.4.0-base-ubi8
(11.4.0/ubi8-arm64/base/Dockerfile)WARNING: POSSIBLE MISSING IMAGE TAGS
The Cuda image tags for centos7 and 8 may be missing on NGC and Docker Hub. Centos upstream images often fail security scans required by Nvidia before publishing images. Please check https://gitlab-master.nvidia.com/cuda-installer/cuda/-/issues for any security notices!
11.4.0-runtime-centos8
(11.4.0/centos8-arm64/runtime/Dockerfile)11.4.0-devel-centos8
(11.4.0/centos8-arm64/devel/Dockerfile)11.4.0-base-centos8
(11.4.0/centos8-arm64/base/Dockerfile)A list of tags that are no longer supported can be found here
This Readme is located in the doc
directory of the CUDA Container Image source repository. (history)