From 1bb98bf1eb371e27d44092bbf7fa371fbd6279ea Mon Sep 17 00:00:00 2001 From: mathematicalmichael Date: Tue, 5 Mar 2019 17:06:13 -0700 Subject: [PATCH] version lock dockerspawner due to breaking changes. --- Dockerfile.jupyterhub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.jupyterhub b/Dockerfile.jupyterhub index 672ab9e..afb3125 100755 --- a/Dockerfile.jupyterhub +++ b/Dockerfile.jupyterhub @@ -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