Commit de3d87e3 authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #628 from jayqi/pyspark-conda-clean

Added missing conda clean to pyspark-notebook Dockerfile
parents 1fbaef52 7c6bf72c
......@@ -43,5 +43,6 @@ USER $NB_UID
# Install pyarrow
RUN conda install --quiet -y 'pyarrow' && \
conda clean -tipsy && \
fix-permissions $CONDA_DIR && \
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