kopia lustrzana https://github.com/jupyterhub/repo2docker
Update to mamba 1.4.0 and conda 23.1.0
rodzic
21fa80fad6
commit
de908c9213
|
@ -5,8 +5,8 @@ set -ex
|
||||||
|
|
||||||
cd $(dirname $0)
|
cd $(dirname $0)
|
||||||
|
|
||||||
export MAMBA_VERSION=1.1.0
|
export MAMBA_VERSION=1.4.0
|
||||||
export CONDA_VERSION=4.13.0
|
export CONDA_VERSION=23.1.0
|
||||||
|
|
||||||
URL="https://anaconda.org/conda-forge/micromamba/${MAMBA_VERSION}/download/${CONDA_PLATFORM}/micromamba-${MAMBA_VERSION}-0.tar.bz2"
|
URL="https://anaconda.org/conda-forge/micromamba/${MAMBA_VERSION}/download/${CONDA_PLATFORM}/micromamba-${MAMBA_VERSION}-0.tar.bz2"
|
||||||
|
|
||||||
|
@ -34,7 +34,6 @@ channels:
|
||||||
auto_update_conda: false
|
auto_update_conda: false
|
||||||
show_channel_urls: true
|
show_channel_urls: true
|
||||||
update_dependencies: false
|
update_dependencies: false
|
||||||
experimental_sat_error_message: true
|
|
||||||
# channel_priority: flexible
|
# channel_priority: flexible
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
|
|
|
@ -16,13 +16,13 @@ v = out.split()[1]
|
||||||
assert v[:3] == "3.5", out
|
assert v[:3] == "3.5", out
|
||||||
|
|
||||||
out = sh(["micromamba", "--version"])
|
out = sh(["micromamba", "--version"])
|
||||||
assert out == "1.1.0", out
|
assert out == "1.4.0", out
|
||||||
|
|
||||||
out = sh(["mamba", "--version"])
|
out = sh(["mamba", "--version"])
|
||||||
assert (
|
assert (
|
||||||
out
|
out
|
||||||
== """mamba 1.1.0
|
== """mamba 1.4.0
|
||||||
conda 4.13.0"""
|
conda 23.1.0"""
|
||||||
), out
|
), out
|
||||||
|
|
||||||
sh([kernel_python, "-c", "import numpy"])
|
sh([kernel_python, "-c", "import numpy"])
|
||||||
|
|
Ładowanie…
Reference in New Issue