Translations:RAPIDS/6/en
Jump to navigation
Jump to search
Finding a Docker image
There are two types of RAPIDS Docker images starting with the RAPIDS v23.08 release: base and notebooks. For each type, multiple images are provided for different combinations of RAPIDS and CUDA versions, either on Ubuntu or on CentOS. You can find the Docker pull command for a selected image under the Tags tab on each site.
- RAPIDS Base: contain a RAPIDS environment ready for use. Use this type of image if you want to submit a job to the Slurm scheduler.
- RAPIDS Notebooks: extend the base image by adding a Jupyter notebook server and example notebooks. Use this type of image if you want to interactively work with RAPIDS through notebooks and examples.