Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.03 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.03 KB

Docker images with GPU support

cuda

Images in mlverse/cuda can be used with for example:

docker run -it --gpus all ghcr.io/mlverse/cuda:11.6.2-4.2-focal R

It's recommended to always use a fixed tag like in the above example: 11.6.2-4.2-focal. Tags are created with the pattern: CUDA_VERSION-R_VERSION-DISTRIBUTION.

Pattern Example Description
CUDA_VERSION 11.6.2 CUDA version including patch version.
R_VERSION 4.1 R version without the patch version. We also regularly build release and devel versions.
DISTRIBUTION focal The Ubuntu distribution. Currently focal and bionic are supported.