Skip to content

Commit 36a565e

Browse files
authored
Update aiidalab package to 24.7 (#478)
* Bump aiidalab to 24.07.0 * Combine mamba update and install RUNs
1 parent 16159b1 commit 36a565e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
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": "23.03.2"
16+
"default": "24.07.0"
1717
},
1818
"AIIDALAB_HOME_VERSION": {
1919
"default": "23.03.1"

stack/base/Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,10 @@ ENV PIP_CONSTRAINT /opt/requirements.txt
4444
# Ensure that pip installs packages to ~/.local by default
4545
ENV PIP_USER 1
4646

47-
# Upgrade pip to latest
48-
RUN mamba update -y pip && mamba clean --all -f -y
49-
47+
# Upgrade pip and mamba to latest
5048
# Install aiida-core and other shared requirements.
51-
RUN mamba install --yes \
49+
RUN mamba update -y pip && \
50+
mamba install --yes \
5251
aiida-core==${AIIDA_VERSION} \
5352
mamba-bash-completion \
5453
&& mamba clean --all -f -y && \

0 commit comments

Comments
 (0)