Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Latest commit

 

History

History
33 lines (22 loc) · 1.17 KB

File metadata and controls

33 lines (22 loc) · 1.17 KB

rpy2-docker

ARCHIVED: this repository is no longer maintained is now archived.

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.