Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rpy2/rpy2-docker
Running rpy2 in Docker containers
https://github.com/rpy2/rpy2-docker
docker-containers jupyterlab mybinder python r rpy2
Last synced: 2 months ago
JSON representation
Running rpy2 in Docker containers
- Host: GitHub
- URL: https://github.com/rpy2/rpy2-docker
- Owner: rpy2
- License: apache-2.0
- Created: 2020-01-05T16:56:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T14:31:17.000Z (about 1 year ago)
- Last Synced: 2024-08-13T07:15:55.812Z (5 months ago)
- Topics: docker-containers, jupyterlab, mybinder, python, r, rpy2
- Language: Shell
- Size: 87.9 KB
- Stars: 31
- Watchers: 2
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - rpy2/rpy2-docker - Running rpy2 in Docker containers (Shell)
README
# rpy2-docker
This repository is a collection of definitions (`Dockerfile` + helper
files) to build Docker images for rpy2.![](https://github.com/rpy2/rpy2-docker/workflows/Docker%20Image%20CI/badge.svg)
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](cibuildhweel/README.md): An image to build binary wheels with
`cibuildwheel`.## Images to run rpy2
Documentation for each image is in its corresponding directory:
- [base](base/README.md) : the base image for rpy2
- [jupyter](jupyter/README.md) : jupyter added to the base image
- [jupyter_ds](jupyter_ds/README.md) : a jupyter with added extension for data science useImage builds are pushed to dockerhub:
- https://hub.docker.com/repository/docker/rpy2/base-ubuntu
- https://hub.docker.com/repository/docker/rpy2/jupyter-ubuntu
- https://hub.docker.com/repository/docker/rpy2/jupyter_ds-ubuntuThe `jupyter(*)-ubuntu` images are intended to work my [mybinder](https://mybinder.org).
This is demoed in [rpy2-mybinder](https://github.com/rpy2/rpy2-mybinder).