diff --git a/scipy-notebook/Dockerfile b/scipy-notebook/Dockerfile index fad0d299..a14e9b21 100644 --- a/scipy-notebook/Dockerfile +++ b/scipy-notebook/Dockerfile @@ -61,7 +61,8 @@ RUN cd /tmp && \ git clone https://github.com/PAIR-code/facets.git && \ cd facets && \ jupyter nbextension install facets-dist/ --sys-prefix && \ - rm -rf facets && \ + cd && \ + rm -rf /tmp/facets && \ fix-permissions $CONDA_DIR && \ fix-permissions /home/$NB_USER