cc_staff
123
edits
Line 15: | Line 15: | ||
There are two major sites where to look for a Docker image for RAPIDS. | There are two major sites where to look for a Docker image for RAPIDS. | ||
* [https://ngc.nvidia.com/catalog/containers/ NVIDIA GPU Cloud (NGC)], i.e. | * [https://ngc.nvidia.com/catalog/containers/nvidia:rapidsai:rapidsai NVIDIA GPU Cloud (NGC)]. The RAPIDS Docker images are available on NGC in two types, i.e. | ||
** base - contains a RAPIDS environment ready to use. Use this image if you want to submit a job to the Slurm scheduler. | |||
** runtime - extends the base image by adding a Jupyter notebook server and example notebooks. Use this image if you want to interactively work with RAPIDS through notebooks and examples. | |||
* Docker Hub | * Docker Hub |