Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mlr-org/mlr3docker
- Owner: mlr-org
- Created: 2019-09-24T12:39:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T15:38:23.000Z (6 months ago)
- Last Synced: 2024-06-21T09:17:46.705Z (6 months ago)
- Language: Dockerfile
- Size: 36.1 KB
- Stars: 5
- Watchers: 11
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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) |