Bump to JupyterHub 0.7.2, dockerspawner 0.7
This commit is contained in:
parent
3061308897
commit
8cad061ff6
@ -1,11 +1,11 @@
|
|||||||
# 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.7.0
|
FROM jupyterhub/jupyterhub-onbuild:0.7.2
|
||||||
|
|
||||||
# Install dockerspawner and its dependencies
|
# Install dockerspawner and its dependencies
|
||||||
RUN /opt/conda/bin/pip install \
|
RUN /opt/conda/bin/pip install \
|
||||||
oauthenticator==0.5.* \
|
oauthenticator==0.5.* \
|
||||||
dockerspawner==0.5.*
|
dockerspawner==0.7.*
|
||||||
|
|
||||||
# install docker on the jupyterhub container
|
# install docker on the jupyterhub container
|
||||||
RUN wget https://get.docker.com -q -O /tmp/getdocker && \
|
RUN wget https://get.docker.com -q -O /tmp/getdocker && \
|
||||||
|
Loading…
Reference in New Issue
Block a user