We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3061308 commit 8cad061Copy full SHA for 8cad061
Dockerfile.jupyterhub
@@ -1,11 +1,11 @@
1
# Copyright (c) Jupyter Development Team.
2
# Distributed under the terms of the Modified BSD License.
3
-FROM jupyterhub/jupyterhub-onbuild:0.7.0
+FROM jupyterhub/jupyterhub-onbuild:0.7.2
4
5
# Install dockerspawner and its dependencies
6
RUN /opt/conda/bin/pip install \
7
oauthenticator==0.5.* \
8
- dockerspawner==0.5.*
+ dockerspawner==0.7.*
9
10
# install docker on the jupyterhub container
11
RUN wget https://get.docker.com -q -O /tmp/getdocker && \
0 commit comments