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 mlrorg/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 |
Build the mlr3 book image:
docker build -t mlr3-book mlr3book
Tag the image:
docker tag mlr3-book mlrorg/mlr3-book:latest
Upload the image to Docker Hub:
docker push mlrorg/mlr3-book:latest