Merge pull request #24 from parente/move-to-jhub-0.7

Upgrade example for JupyterHub 0.7
This commit is contained in:
Justin Tyberg 2016-12-05 20:52:18 -06:00 committed by GitHub
commit d16571d65c

View File

@ -1,10 +1,9 @@
# Copyright (c) Jupyter Development Team. # Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License. # Distributed under the terms of the Modified BSD License.
FROM jupyterhub/jupyterhub-onbuild:0.6.1 FROM jupyterhub/jupyterhub-onbuild:0.7.0
# Install dockerspawner and its dependencies # Install dockerspawner and its dependencies
RUN /opt/conda/bin/pip install \ RUN /opt/conda/bin/pip install \
jupyterhub==0.6.* \
oauthenticator==0.4.* \ oauthenticator==0.4.* \
dockerspawner==0.4.* dockerspawner==0.4.*