We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb857e commit cd167e5Copy full SHA for cd167e5
stack/base/Dockerfile
@@ -50,8 +50,9 @@ COPY pip.conf /etc/pip.conf
50
# https://github.com/aiidalab/aiidalab-docker-stack/issues/490
51
# Update zstandard, without this the `mamba install` command fails for unknown reason.
52
# Install aiida-core and other shared requirements.
53
-RUN mamba update -y pip mamba zstandard async_generator certipy && \
+RUN mamba update -y pip zstandard async_generator certipy && \
54
mamba install --yes \
55
+ mamba=1.5 \
56
aiida-core==${AIIDA_VERSION} \
57
mamba-bash-completion \
58
&& mamba clean --all -f -y && \
0 commit comments