Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mlr-org/mlr3docker

Docker Image for mlr3
https://github.com/mlr-org/mlr3docker

Last synced: about 2 months ago
JSON representation

Docker Image for mlr3

Awesome Lists containing this project

README

        

# mlr3docker

[![license](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://opensource.org/licenses/GPL-3.0)

## Overview

This repository provides Docker images for the [mlr3](https://github.com/mlr-org/mlr3) project.
Available on Docker Hub, we offer two distinct configurations: a [slim installation](https://hub.docker.com/r/mlrorgdocker/mlr3-slim) for a lightweight setup, and a [full installation](https://hub.docker.com/r/mlrorgdocker/mlr3-full) that includes all extensions and dependencies for comprehensive use.

## Usage

Get the image from [Docker Hub](https://hub.docker.com/u/mlrorgdocker):

```sh
docker pull mlrorgdocker/mlr3-slim:latest
```

## Images

The images build on `rocker/r-ver:latest`. See [rocker-versioned2](https://github.com/rocker-org/rocker-versioned2) repo for details.

| image | description | metrics |
| ------------------------------------------------------------ | ----------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| [mlr3-slim](https://hub.docker.com/r/mlrorgdocker/mlr3-slim) | Adds mlr3verse | [![](https://img.shields.io/docker/pulls/mlrorgdocker/mlr3-slim.svg)](https://hub.docker.com/r/mlrorgdocker/mlr3-slim) |
| [mlr3-full](https://hub.docker.com/r/mlrorgdocker/mlr3-full) | Adds mlr3verse & mlr3extralearners incl. dependencies | [![](https://img.shields.io/docker/pulls/mlrorgdocker/mlr3-full.svg)](https://hub.docker.com/r/mlrorgdocker/mlr3-slim) |