mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 05:52:57 +00:00
Bump to latest mamba
This commit is contained in:
@@ -134,7 +134,8 @@ RUN set -x && \
|
|||||||
# See: https://github.com/jupyter/docker-stacks/issues/1539
|
# See: https://github.com/jupyter/docker-stacks/issues/1539
|
||||||
arch=$(uname -m) && \
|
arch=$(uname -m) && \
|
||||||
if [ "${arch}" == "aarch64" ]; then \
|
if [ "${arch}" == "aarch64" ]; then \
|
||||||
MAMBA_SPECIFIER='mamba<0.18'; \
|
# MAMBA_SPECIFIER='mamba<0.18'; \
|
||||||
|
MAMBA_SPECIFIER='mamba'; \
|
||||||
fi && \
|
fi && \
|
||||||
# Install the packages
|
# Install the packages
|
||||||
./micromamba install \
|
./micromamba install \
|
||||||
|
Reference in New Issue
Block a user