Commit 463490fb authored by Peter Parente's avatar Peter Parente

MNT: Clean npm packages and JupyterLab artifacts

Spotted while writing tests
parent b9139131
...@@ -80,6 +80,7 @@ RUN conda install --quiet --yes \ ...@@ -80,6 +80,7 @@ RUN conda install --quiet --yes \
'jupyterlab=0.29.*' \ 'jupyterlab=0.29.*' \
&& conda clean -tipsy && \ && conda clean -tipsy && \
jupyter labextension install @jupyterlab/hub-extension@^0.6.0 && \ jupyter labextension install @jupyterlab/hub-extension@^0.6.0 && \
npm cache clean && \
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \ rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
fix-permissions $CONDA_DIR fix-permissions $CONDA_DIR
......
...@@ -48,6 +48,8 @@ RUN conda install --quiet --yes \ ...@@ -48,6 +48,8 @@ RUN conda install --quiet --yes \
jupyter nbextension enable --py widgetsnbextension --sys-prefix && \ jupyter nbextension enable --py widgetsnbextension --sys-prefix && \
# Also activate ipywidgets extension for JupyterLab # Also activate ipywidgets extension for JupyterLab
jupyter labextension install @jupyter-widgets/jupyterlab-manager && \ jupyter labextension install @jupyter-widgets/jupyterlab-manager && \
npm cache clean && \
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
fix-permissions $CONDA_DIR fix-permissions $CONDA_DIR
# Install facets which does not have a pip or conda package at the moment # Install facets which does not have a pip or conda package at the moment
......
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