Upgrade example for JupyterHub 0.7

This commit is contained in:
Peter Parente 2016-11-07 16:38:28 -08:00
parent 3c3b507caf
commit fe6fa41b33

View File

@ -1,10 +1,9 @@
# Copyright (c) Jupyter Development Team.
# 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
RUN /opt/conda/bin/pip install \
jupyterhub==0.6.* \
oauthenticator==0.4.* \
dockerspawner==0.4.*