repo2docker/README.md

493 B

jupyter-repo2docker

Build Status

jupyter-repo2docker is a tool to build, run and push docker images from source code repositories.

Installation

To install from pypi, the python packaging index:

pip install jupyter-repo2docker

To install from source:

git clone https://github.com/jupyter/repo2docker.git
cd repo2docker
python3 -m pip install .