fix jupyer extension install
This commit is contained in:
parent
c52699a6f1
commit
558e92f026
@ -43,8 +43,8 @@ $CONDA_DIR/envs/python2/bin/kernda -o -y /usr/local/share/jupyter/kernels/python
|
|||||||
USER $NB_UID
|
USER $NB_UID
|
||||||
# Jupyterhub and memory monitoring
|
# Jupyterhub and memory monitoring
|
||||||
RUN python3 -m pip install --no-cache jupyterhub==$JUPYTERHUB_VERSION nbresuse && \
|
RUN python3 -m pip install --no-cache jupyterhub==$JUPYTERHUB_VERSION nbresuse && \
|
||||||
jupyter labextension install jupyterlab-topbar-extension && \
|
jupyter labextension install --minimize=False jupyterlab-topbar-extension && \
|
||||||
jupyter labextension install jupyterlab-system-monitor && \
|
jupyter labextension install --minimize=False jupyterlab-system-monitor && \
|
||||||
npm cache clean --force && \
|
npm cache clean --force && \
|
||||||
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
|
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
|
||||||
rm -rf /home/$NB_USER/.cache/yarn && \
|
rm -rf /home/$NB_USER/.cache/yarn && \
|
||||||
|
Loading…
Reference in New Issue
Block a user