Commit ac833a37 authored by Dan Allan's avatar Dan Allan

Bump JupyterLab and remove hub-extension.

parent d4cbf2f8
......@@ -101,9 +101,8 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
RUN conda install --quiet --yes \
'notebook=5.7.8' \
'jupyterhub=1.0.0' \
'jupyterlab=0.35.5' && \
'jupyterlab=1.0.0' && \
conda clean --all -f -y && \
jupyter labextension install @jupyterlab/hub-extension@^0.12.0 && \
npm cache clean --force && \
jupyter notebook --generate-config && \
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
......
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