Turn git repositories into Jupyter-enabled Docker Images
 
 
 
 
 
 
Go to file
yuvipanda 3266c2bdc8 Silence massive unreadable error messages when fetching base images 2017-07-29 23:33:43 -07:00
docs Add doc requirements 2017-06-02 13:13:31 -07:00
repo2docker Silence massive unreadable error messages when fetching base images 2017-07-29 23:33:43 -07:00
tests Fix legacy dockerfile buildpack and add tests 2017-07-29 23:33:43 -07:00
.dockerignore Update gitignore + add dockerignore 2017-05-09 20:43:27 -07:00
.gitignore Commit Julia's s2i assemble files! 2017-07-01 01:11:52 -07:00
.travis.yml Fix dockerfile builds and add tests for them 2017-07-29 22:51:46 -07:00
COPYING.md Switch LICENSE to match rest of Jupyter projects 2017-05-27 18:24:10 -07:00
Dockerfile Cleanup Dockerfile + Manifest 2017-07-29 16:49:40 -07:00
MANIFEST.in Fix conda builder + add tests 2017-07-29 18:19:55 -07:00
Makefile Add makefile for building and pushing image 2017-05-28 19:25:56 -07:00
README.md Clean out README 2017-07-29 16:42:14 -07:00
setup.cfg apply platform tag to wheels 2017-05-24 10:01:24 -07:00
setup.py Get rid of s2i packaging code from setup.py 2017-07-28 19:35:17 -07:00

README.md

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 .