Skip to content

Commit

Permalink
Revert "Update aiidalab package to 24.7 (#478)"
Browse files Browse the repository at this point in the history
This reverts commit 36a565e.
  • Loading branch information
danielhollas committed Jul 21, 2024
1 parent 084ff3c commit e1002ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"default": "2.5.1"
},
"AIIDALAB_VERSION": {
"default": "24.07.0"
"default": "23.03.2"
},
"AIIDALAB_HOME_VERSION": {
"default": "23.03.1"
Expand Down
7 changes: 4 additions & 3 deletions stack/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ ENV PIP_CONSTRAINT /opt/requirements.txt
# Ensure that pip installs packages to ~/.local by default
ENV PIP_USER 1

# Upgrade pip and mamba to latest
# Upgrade pip to latest
RUN mamba update -y pip && mamba clean --all -f -y

# Install aiida-core and other shared requirements.
RUN mamba update -y pip && \
mamba install --yes \
RUN mamba install --yes \
aiida-core==${AIIDA_VERSION} \
mamba-bash-completion \
&& mamba clean --all -f -y && \
Expand Down

0 comments on commit e1002ef

Please sign in to comment.