version lock dockerspawner due to breaking changes.
This commit is contained in:
parent
c46bb606e1
commit
1bb98bf1eb
@ -15,7 +15,7 @@ RUN apt-get update && \
|
||||
RUN apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN pip install jupyterhub-hashauthenticator git+https://github.com/jupyterhub/dockerspawner.git@master
|
||||
RUN pip install jupyterhub-hashauthenticator dockerspawner==0.10.0
|
||||
|
||||
# Copy TLS certificate and key
|
||||
#ENV SSL_CERT /srv/jupyterhub/secrets/jupyterhub.crt
|
||||
|
Loading…
Reference in New Issue
Block a user