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 7389e16 commit e13b7c9Copy full SHA for e13b7c9
Dockerfile.jupyterhub
@@ -6,8 +6,8 @@ FROM jupyterhub/jupyterhub-onbuild:0.7.2
6
RUN /opt/conda/bin/conda install psycopg2=2.7 && \
7
/opt/conda/bin/conda clean -tipsy && \
8
/opt/conda/bin/pip install \
9
- oauthenticator==0.5.* \
10
- dockerspawner==0.7.*
+ oauthenticator==0.6.* \
+ dockerspawner==0.8.*
11
12
# Copy TLS certificate and key
13
ENV SSL_CERT /srv/jupyterhub/secrets/jupyterhub.crt
0 commit comments