From b69c06f3db4de49d07b52e19cb1c469e76ed7a87 Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Sun, 6 Feb 2022 12:39:13 +0100 Subject: [PATCH] Bump to latest mamba --- base-notebook/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base-notebook/Dockerfile b/base-notebook/Dockerfile index ab18de9a..e3f77ac1 100644 --- a/base-notebook/Dockerfile +++ b/base-notebook/Dockerfile @@ -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 \