This repository provides Docker images for the mlr3 project. Available on Docker Hub, we offer two distinct configurations: a slim installation for a lightweight setup, and a full installation that includes all extensions and dependencies for comprehensive use. We also offer a container to build the mlr3 book.
Get the images from Docker Hub, e.g.:
docker pull mlrorgdocker/mlr3-slim:latest
The images build on rocker/rstudio:latest
, except for mlr3slim
, which builds on rocker/r-ver:latest
. See rocker-versioned2 repo for details.
image | description | metrics |
---|---|---|
mlr3-book | Container to build mlr3 book | |
mlr3-slim | Adds mlr3verse | |
mlr3-full | Adds mlr3verse & mlr3extralearners incl. dependencies |