Skip to content

Commit cd167e5

Browse files
committed
Pin mamba version to 1.5, 2.0 contains breaking changes
1 parent 7eb857e commit cd167e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stack/base/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ COPY pip.conf /etc/pip.conf
5050
# https://github.com/aiidalab/aiidalab-docker-stack/issues/490
5151
# Update zstandard, without this the `mamba install` command fails for unknown reason.
5252
# Install aiida-core and other shared requirements.
53-
RUN mamba update -y pip mamba zstandard async_generator certipy && \
53+
RUN mamba update -y pip zstandard async_generator certipy && \
5454
mamba install --yes \
55+
mamba=1.5 \
5556
aiida-core==${AIIDA_VERSION} \
5657
mamba-bash-completion \
5758
&& mamba clean --all -f -y && \

0 commit comments

Comments
 (0)