mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-09 19:12:59 +00:00
changed -tipsy
to --all -y
across all files
The last commit was only for the base-notebook's Dockerfile. For this, all the files in the repo were grepped through and changed.
This commit is contained in:
@@ -45,6 +45,6 @@ USER $NB_UID
|
||||
|
||||
# Install pyarrow
|
||||
RUN conda install --quiet -y 'pyarrow' && \
|
||||
conda clean -tipsy && \
|
||||
conda clean --all -y && \
|
||||
fix-permissions $CONDA_DIR && \
|
||||
fix-permissions /home/$NB_USER
|
||||
|
Reference in New Issue
Block a user