Skip to content

mlverse/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Docker images for R with GPU support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages