Skip to content

Commit

Permalink
fix jupyer extension install
Browse files Browse the repository at this point in the history
  • Loading branch information
sarodz committed Feb 3, 2020
1 parent c52699a commit 558e92f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions singleuser/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 558e92f

Please sign in to comment.