kopia lustrzana https://github.com/jupyterhub/repo2docker
1d2e7adab9
- 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 |
||
---|---|---|
.. | ||
s2i/bin | ||
test | ||
Dockerfile | ||
Dockerfile.py2 | ||
Makefile | ||
README.md | ||
version |
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