From 46a80c13a765469dc309238dca3a3b1934aaca4a Mon Sep 17 00:00:00 2001 From: Min RK Date: Fri, 10 May 2019 09:52:08 +0200 Subject: [PATCH] jupyterhub 1.0 --- base-notebook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-notebook/Dockerfile b/base-notebook/Dockerfile index 5218bcad..3a118f1e 100644 --- a/base-notebook/Dockerfile +++ b/base-notebook/Dockerfile @@ -100,7 +100,7 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \ # files across image layers when the permissions change RUN conda install --quiet --yes \ 'notebook=5.7.8' \ - 'jupyterhub=0.9.6' \ + 'jupyterhub=1.0.0' \ 'jupyterlab=0.35.5' && \ conda clean --all -f -y && \ jupyter labextension install @jupyterlab/hub-extension@^0.12.0 && \