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:
echowhisky
2019-05-04 18:53:49 +00:00
parent c83aec5f33
commit 1f8311a7aa
11 changed files with 13 additions and 13 deletions

View File

@@ -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

View File

@@ -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 \