Skip to content

Commit

Permalink
Pin mamba version to 1.5, 2.0 contains breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Oct 24, 2024
1 parent 7eb857e commit cd167e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stack/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ COPY pip.conf /etc/pip.conf
# https://github.com/aiidalab/aiidalab-docker-stack/issues/490
# Update zstandard, without this the `mamba install` command fails for unknown reason.
# Install aiida-core and other shared requirements.
RUN mamba update -y pip mamba zstandard async_generator certipy && \
RUN mamba update -y pip zstandard async_generator certipy && \
mamba install --yes \
mamba=1.5 \
aiida-core==${AIIDA_VERSION} \
mamba-bash-completion \
&& mamba clean --all -f -y && \
Expand Down

0 comments on commit cd167e5

Please sign in to comment.