Skip to content

Commit

Permalink
Update aiidalab package to 24.7 (#478)
Browse files Browse the repository at this point in the history
* Bump aiidalab to 24.07.0

* Combine mamba update and install RUNs
  • Loading branch information
danielhollas authored Jul 8, 2024
1 parent 16159b1 commit 36a565e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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": "23.03.2"
"default": "24.07.0"
},
"AIIDALAB_HOME_VERSION": {
"default": "23.03.1"
Expand Down
7 changes: 3 additions & 4 deletions stack/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@ ENV PIP_CONSTRAINT /opt/requirements.txt
# Ensure that pip installs packages to ~/.local by default
ENV PIP_USER 1

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

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

0 comments on commit 36a565e

Please sign in to comment.