Hi,
We are trying to see which flavour of cuda is installed on image nvcr.io/nvidia/pytorch:22.09-py3
flavors of Cuda -
Three flavors of images are provided: Docker
base
: Includes the CUDA runtime (cudart)runtime
: Builds on thebase
and includes the [CUDA math libraries], and [NCCL]. Aruntime
image that also includes [cuDNN] is available.devel
: Builds on theruntime
and includes headers, development tools for building CUDA images. These images are particularly useful for multi-stage builds.
Found DockerFile for pytorch/Dockerfile at main · pytorch/pytorch · GitHub which points to direct install of cuda, does not mention flavor gets installed. Any directions to check the installation will be helpful.