Skip to content

Commit

Permalink
Merge pull request #257 from jakirkham/disable_conda_auto_update
Browse files Browse the repository at this point in the history
Disable `conda` auto-update
  • Loading branch information
parente authored Aug 10, 2016
2 parents 7882854 + 1a290a9 commit 54838ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ RUN cd /tmp && \
rm Miniconda3-4.1.11-Linux-x86_64.sh && \
$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 --set auto_update_conda false && \
conda clean -tipsy

# Temporary workaround for https://github.com/jupyter/docker-stacks/issues/210
Expand Down

0 comments on commit 54838ed

Please sign in to comment.