mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-11 20:12:58 +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:
@@ -65,7 +65,7 @@ RUN conda install --quiet --yes \
|
||||
'r-sparklyr=0.9*' \
|
||||
'r-htmlwidgets=1.2*' \
|
||||
'r-hexbin=1.27*' && \
|
||||
conda clean -tipsy && \
|
||||
conda clean --all -y && \
|
||||
fix-permissions $CONDA_DIR && \
|
||||
fix-permissions /home/$NB_USER
|
||||
|
||||
|
Reference in New Issue
Block a user