Commit 54838ed4 authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #257 from jakirkham/disable_conda_auto_update

Disable `conda` auto-update
parents 78828543 1a290a9f
...@@ -62,6 +62,7 @@ RUN cd /tmp && \ ...@@ -62,6 +62,7 @@ RUN cd /tmp && \
rm Miniconda3-4.1.11-Linux-x86_64.sh && \ rm Miniconda3-4.1.11-Linux-x86_64.sh && \
$CONDA_DIR/bin/conda install --quiet --yes conda==4.1.11 && \ $CONDA_DIR/bin/conda install --quiet --yes conda==4.1.11 && \
$CONDA_DIR/bin/conda config --system --add channels conda-forge && \ $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 -tipsy
# Temporary workaround for https://github.com/jupyter/docker-stacks/issues/210 # Temporary workaround for https://github.com/jupyter/docker-stacks/issues/210
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment