mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 14:02: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:
@@ -28,7 +28,7 @@ RUN conda install --quiet --yes \
|
||||
'r-ggplot2=3.1*' \
|
||||
'r-sparklyr=0.9*' \
|
||||
'r-rcurl=1.95*' && \
|
||||
conda clean -tipsy && \
|
||||
conda clean --all -y && \
|
||||
fix-permissions $CONDA_DIR && \
|
||||
fix-permissions /home/$NB_USER
|
||||
|
||||
@@ -43,7 +43,7 @@ RUN pip install --no-cache-dir \
|
||||
|
||||
# Spylon-kernel
|
||||
RUN conda install --quiet --yes 'spylon-kernel=0.4*' && \
|
||||
conda clean -tipsy && \
|
||||
conda clean --all -y && \
|
||||
python -m spylon_kernel install --sys-prefix && \
|
||||
rm -rf /home/$NB_USER/.local && \
|
||||
fix-permissions $CONDA_DIR && \
|
||||
|
Reference in New Issue
Block a user