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 9ab7441 commit 7a129c4Copy full SHA for 7a129c4
Dockerfile.jupyterhub
@@ -3,11 +3,11 @@
3
FROM jupyterhub/jupyterhub-onbuild:0.7.2
4
5
# Install dockerspawner, oauth, postgres
6
-RUN /opt/conda/bin/conda install psycopg2=2.7 && \
+RUN /opt/conda/bin/conda install -yq psycopg2=2.7 && \
7
/opt/conda/bin/conda clean -tipsy && \
8
- /opt/conda/bin/pip install \
9
- oauthenticator==0.6.* \
10
- dockerspawner==0.8.*
+ /opt/conda/bin/pip install --no-cache-dir \
+ oauthenticator==0.7.* \
+ dockerspawner==0.9.*
11
12
# Copy TLS certificate and key
13
ENV SSL_CERT /srv/jupyterhub/secrets/jupyterhub.crt
0 commit comments