Skip to content

Commit e1002ef

Browse files
committed
Revert "Update aiidalab package to 24.7 (#478)"
This reverts commit 36a565e.
1 parent 084ff3c commit e1002ef

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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"

stack/base/Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ ENV PIP_CONSTRAINT /opt/requirements.txt
4141
# Ensure that pip installs packages to ~/.local by default
4242
ENV 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 && \

0 commit comments

Comments
 (0)