mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-14 13:32:56 +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:
@@ -71,7 +71,7 @@ RUN cd /tmp && \
|
||||
$CONDA_DIR/bin/conda install --quiet --yes conda=4.2.12 && \
|
||||
$CONDA_DIR/bin/conda config --system --add channels conda-forge && \
|
||||
$CONDA_DIR/bin/conda config --system --set auto_update_conda false && \
|
||||
conda clean -tipsy
|
||||
conda clean --all -y
|
||||
|
||||
# Install Jupyter notebook and Hub
|
||||
RUN yes | pip install --upgrade pip
|
||||
|
@@ -77,14 +77,14 @@
|
||||
+ $CONDA_DIR/bin/conda install --quiet --yes conda=4.2.12 && \
|
||||
$CONDA_DIR/bin/conda config --system --add channels conda-forge && \
|
||||
$CONDA_DIR/bin/conda config --system --set auto_update_conda false && \
|
||||
conda clean -tipsy
|
||||
conda clean --all -y
|
||||
|
||||
-# Install Jupyter Notebook and Hub
|
||||
-RUN conda install --quiet --yes \
|
||||
- 'notebook=5.2.*' \
|
||||
- 'jupyterhub=0.7.*' \
|
||||
- 'jupyterlab=0.18.*' \
|
||||
- && conda clean -tipsy
|
||||
- && conda clean --all -y
|
||||
+# Install Jupyter notebook and Hub
|
||||
+RUN yes | pip install --upgrade pip
|
||||
+RUN yes | pip install --quiet --no-cache-dir \
|
||||
|
Reference in New Issue
Block a user