rpy2 / rpy2-docker

Running rpy2 in Docker containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rpy2-docker

This repository is a collection of definitions (Dockerfile + helper files) to build Docker images for rpy2.

There are 2 types of Docker images defined:

  1. An image to build binary wheels
  2. Images to run rpy2

Image to build binary wheels

cibuildwheel: An image to build binary wheels with cibuildwheel.

Images to run rpy2

Documentation for each image is in its corresponding directory:

  • base : the base image for rpy2
  • jupyter : jupyter added to the base image
  • jupyter_ds : a jupyter with added extension for data science use

Image builds are pushed to dockerhub:

The jupyter(*)-ubuntu images are intended to work my mybinder. This is demoed in rpy2-mybinder.

About

Running rpy2 in Docker containers

License:Apache License 2.0


Languages

Language:Shell 50.0%Language:Dockerfile 50.0%