Commit 46a80c13 authored by Min RK's avatar Min RK

jupyterhub 1.0

parent 4d7dd950
...@@ -100,7 +100,7 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \ ...@@ -100,7 +100,7 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
# files across image layers when the permissions change # files across image layers when the permissions change
RUN conda install --quiet --yes \ RUN conda install --quiet --yes \
'notebook=5.7.8' \ 'notebook=5.7.8' \
'jupyterhub=0.9.6' \ 'jupyterhub=1.0.0' \
'jupyterlab=0.35.5' && \ 'jupyterlab=0.35.5' && \
conda clean --all -f -y && \ conda clean --all -f -y && \
jupyter labextension install @jupyterlab/hub-extension@^0.12.0 && \ jupyter labextension install @jupyterlab/hub-extension@^0.12.0 && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment