mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 05:52:57 +00:00
Added conda clean. Addresses #627
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user