repo2docker/singleuser-builder
yuvipanda 1d2e7adab9 Add python2 builder as well
- Uses virtualenv instead of venv
- Is ok for Dockerfiles to diverge, we keep assemble scripts the
  same
- Change name to account for venv + python version present
- Add a ugly hack to get some packages (tiffiles and others) to
  work properly when using sdists + py2
2017-05-09 01:34:18 -07:00
..
s2i/bin Add python2 builder as well 2017-05-09 01:34:18 -07:00
test Rename image to be jupyterhub specific 2017-04-12 13:36:59 -07:00
Dockerfile Properly install ipywidgets in base image 2017-04-18 23:36:30 -07:00
Dockerfile.py2 Add python2 builder as well 2017-05-09 01:34:18 -07:00
Makefile Add python2 builder as well 2017-05-09 01:34:18 -07:00
README.md Rename image to be jupyterhub specific 2017-04-12 13:36:59 -07:00
version Add python2 builder as well 2017-05-09 01:34:18 -07:00

README.md

JupyterHub singleuser builder

This is a builder image for use with s2i. It builds a source repository (such as a github repository) into a docker image that is suitable for use with JupyterHub.

It is based off Ubuntu 16.10, and uses virtualenv to provide a custom python3.5 environment.

It looks for a requirements.txt file in the source repository, and installs it into the virtualenv. It also installs a number of default notebook related modules in there