Daveyr / armr

Docker ARM containers for R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

armr

Docker ARM containers for R. The base image contains R 4.0.3 along with devtools, testthat and common libraries. It is verified for use as the base image for a Raspberry Pi Gitlab runner.

Usage

First build the base image in the root folder. On first build this can take some time.

docker build -t armr .

Then you can run it.

docker run -it armr

Or you can build another image that is based off armr.

cd plumber
docker build -t plumber .
docker run --rm -p 8000:8000 plumber

Sub images

All these sub images rely on the base image, armr, and are experimental.

  • plumber
  • doparallel
  • rstudioserver

Notes

Plumber is a work in progress.

About

Docker ARM containers for R

License:MIT License


Languages

Language:Dockerfile 47.2%Language:Shell 43.8%Language:R 9.0%