mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-16 14:32:57 +00:00
Merge pull request #253 from parente/miniconda-update
Update conda to 4.1.11 in base-notebook
This commit is contained in:
@@ -56,11 +56,11 @@ RUN mkdir /home/$NB_USER/work && \
|
||||
# Install conda as jovyan
|
||||
RUN cd /tmp && \
|
||||
mkdir -p $CONDA_DIR && \
|
||||
wget --quiet https://repo.continuum.io/miniconda/Miniconda3-3.19.0-Linux-x86_64.sh && \
|
||||
echo "9ea57c0fdf481acf89d816184f969b04bc44dea27b258c4e86b1e3a25ff26aa0 *Miniconda3-3.19.0-Linux-x86_64.sh" | sha256sum -c - && \
|
||||
/bin/bash Miniconda3-3.19.0-Linux-x86_64.sh -f -b -p $CONDA_DIR && \
|
||||
rm Miniconda3-3.19.0-Linux-x86_64.sh && \
|
||||
$CONDA_DIR/bin/conda install --quiet --yes conda==3.19.1 && \
|
||||
wget --quiet https://repo.continuum.io/miniconda/Miniconda3-4.1.11-Linux-x86_64.sh && \
|
||||
echo "efd6a9362fc6b4085f599a881d20e57de628da8c1a898c08ec82874f3bad41bf *Miniconda3-4.1.11-Linux-x86_64.sh" | sha256sum -c - && \
|
||||
/bin/bash Miniconda3-4.1.11-Linux-x86_64.sh -f -b -p $CONDA_DIR && \
|
||||
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 clean -tipsy
|
||||
|
||||
|
Reference in New Issue
Block a user