Bump to latest mamba

This commit is contained in:
Ben Mares
2022-02-06 12:39:13 +01:00
parent 0e66bfdb05
commit b69c06f3db

View File

@@ -134,7 +134,8 @@ RUN set -x && \
# See: https://github.com/jupyter/docker-stacks/issues/1539
arch=$(uname -m) && \
if [ "${arch}" == "aarch64" ]; then \
MAMBA_SPECIFIER='mamba<0.18'; \
# MAMBA_SPECIFIER='mamba<0.18'; \
MAMBA_SPECIFIER='mamba'; \
fi && \
# Install the packages
./micromamba install \