Commit 7c6bf72c authored by Jay Qi's avatar Jay Qi

Added conda clean. Addresses #627

parent 1fbaef52
...@@ -43,5 +43,6 @@ USER $NB_UID ...@@ -43,5 +43,6 @@ USER $NB_UID
# Install pyarrow # Install pyarrow
RUN conda install --quiet -y 'pyarrow' && \ RUN conda install --quiet -y 'pyarrow' && \
conda clean -tipsy && \
fix-permissions $CONDA_DIR && \ fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER fix-permissions /home/$NB_USER
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