kopia lustrzana https://github.com/jupyterhub/repo2docker
Bump conda version to 4.5.11
rodzic
cf15329e75
commit
48350eacd4
|
@ -19,7 +19,7 @@ import sys
|
||||||
from ruamel.yaml import YAML
|
from ruamel.yaml import YAML
|
||||||
|
|
||||||
|
|
||||||
MINICONDA_VERSION = '4.5.4'
|
MINICONDA_VERSION = '4.5.11'
|
||||||
|
|
||||||
HERE = pathlib.Path(os.path.dirname(os.path.abspath(__file__)))
|
HERE = pathlib.Path(os.path.dirname(os.path.abspath(__file__)))
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
cd $(dirname $0)
|
cd $(dirname $0)
|
||||||
MINICONDA_VERSION=4.5.4
|
MINICONDA_VERSION=4.5.11
|
||||||
CONDA_VERSION=4.5.8
|
CONDA_VERSION=4.5.11
|
||||||
URL="https://repo.continuum.io/miniconda/Miniconda3-${MINICONDA_VERSION}-Linux-x86_64.sh"
|
URL="https://repo.continuum.io/miniconda/Miniconda3-${MINICONDA_VERSION}-Linux-x86_64.sh"
|
||||||
INSTALLER_PATH=/tmp/miniconda-installer.sh
|
INSTALLER_PATH=/tmp/miniconda-installer.sh
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ chmod +x ${INSTALLER_PATH}
|
||||||
|
|
||||||
# Only MD5 checksums are available for miniconda
|
# Only MD5 checksums are available for miniconda
|
||||||
# Can be obtained from https://repo.continuum.io/miniconda/
|
# Can be obtained from https://repo.continuum.io/miniconda/
|
||||||
MD5SUM="a946ea1d0c4a642ddf0c3a26a18bb16d"
|
MD5SUM="e1045ee415162f944b6aebfe560b8fee"
|
||||||
|
|
||||||
if ! echo "${MD5SUM} ${INSTALLER_PATH}" | md5sum --quiet -c -; then
|
if ! echo "${MD5SUM} ${INSTALLER_PATH}" | md5sum --quiet -c -; then
|
||||||
echo "md5sum mismatch for ${INSTALLER_PATH}, exiting!"
|
echo "md5sum mismatch for ${INSTALLER_PATH}, exiting!"
|
||||||
|
|
Ładowanie…
Reference in New Issue