kopia lustrzana https://github.com/jupyterhub/repo2docker
Update mamba
rodzic
d8c1978134
commit
8a4c48e88f
|
@ -5,8 +5,8 @@ set -ex
|
||||||
|
|
||||||
cd $(dirname $0)
|
cd $(dirname $0)
|
||||||
|
|
||||||
export MAMBA_VERSION=0.19.1
|
export MAMBA_VERSION=0.25.0
|
||||||
export CONDA_VERSION=4.11.0
|
export CONDA_VERSION=4.13.0
|
||||||
|
|
||||||
URL="https://anaconda.org/conda-forge/micromamba/${MAMBA_VERSION}/download/linux-64/micromamba-${MAMBA_VERSION}-0.tar.bz2"
|
URL="https://anaconda.org/conda-forge/micromamba/${MAMBA_VERSION}/download/linux-64/micromamba-${MAMBA_VERSION}-0.tar.bz2"
|
||||||
|
|
||||||
|
|
|
@ -5,17 +5,13 @@ from subprocess import check_output
|
||||||
assert sys.version_info[:2] == (3, 5), sys.version
|
assert sys.version_info[:2] == (3, 5), sys.version
|
||||||
|
|
||||||
out = check_output(["micromamba", "--version"]).decode("utf8").strip()
|
out = check_output(["micromamba", "--version"]).decode("utf8").strip()
|
||||||
assert (
|
assert out == "0.25.0", out
|
||||||
out
|
|
||||||
== """micromamba: 0.19.1
|
|
||||||
libmamba: 0.19.1"""
|
|
||||||
), out
|
|
||||||
|
|
||||||
out = check_output(["mamba", "--version"]).decode("utf8").strip()
|
out = check_output(["mamba", "--version"]).decode("utf8").strip()
|
||||||
assert (
|
assert (
|
||||||
out
|
out
|
||||||
== """mamba 0.19.1
|
== """mamba 0.25.0
|
||||||
conda 4.11.0"""
|
conda 4.13.0"""
|
||||||
), out
|
), out
|
||||||
|
|
||||||
import numpy
|
import numpy
|
||||||
|
|
Ładowanie…
Reference in New Issue