File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1313 "default" : " 2.5.1"
1414 },
1515 "AIIDALAB_VERSION" : {
16- "default" : " 24.07.0 "
16+ "default" : " 23.03.2 "
1717 },
1818 "AIIDALAB_HOME_VERSION" : {
1919 "default" : " 23.03.1"
Original file line number Diff line number Diff line change @@ -41,10 +41,11 @@ ENV PIP_CONSTRAINT /opt/requirements.txt
4141# Ensure that pip installs packages to ~/.local by default
4242ENV PIP_USER 1
4343
44- # Upgrade pip and mamba to latest
44+ # Upgrade pip to latest
45+ RUN mamba update -y pip && mamba clean --all -f -y
46+
4547# Install aiida-core and other shared requirements.
46- RUN mamba update -y pip && \
47- mamba install --yes \
48+ RUN mamba install --yes \
4849 aiida-core==${AIIDA_VERSION} \
4950 mamba-bash-completion \
5051 && mamba clean --all -f -y && \
You can’t perform that action at this time.
0 commit comments