fix jupyer extension install

This commit is contained in:
sarodz 2020-02-03 18:28:37 +00:00
parent c52699a6f1
commit 558e92f026

View File

@ -43,8 +43,8 @@ $CONDA_DIR/envs/python2/bin/kernda -o -y /usr/local/share/jupyter/kernels/python
USER $NB_UID
# Jupyterhub and memory monitoring
RUN python3 -m pip install --no-cache jupyterhub==$JUPYTERHUB_VERSION nbresuse && \
jupyter labextension install jupyterlab-topbar-extension && \
jupyter labextension install jupyterlab-system-monitor && \
jupyter labextension install --minimize=False jupyterlab-topbar-extension && \
jupyter labextension install --minimize=False jupyterlab-system-monitor && \
npm cache clean --force && \
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
rm -rf /home/$NB_USER/.cache/yarn && \