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 13
13
"default" : " 2.5.1"
14
14
},
15
15
"AIIDALAB_VERSION" : {
16
- "default" : " 24.07.0 "
16
+ "default" : " 23.03.2 "
17
17
},
18
18
"AIIDALAB_HOME_VERSION" : {
19
19
"default" : " 23.03.1"
Original file line number Diff line number Diff line change @@ -41,10 +41,11 @@ ENV PIP_CONSTRAINT /opt/requirements.txt
41
41
# Ensure that pip installs packages to ~/.local by default
42
42
ENV PIP_USER 1
43
43
44
- # Upgrade pip and mamba to latest
44
+ # Upgrade pip to latest
45
+ RUN mamba update -y pip && mamba clean --all -f -y
46
+
45
47
# Install aiida-core and other shared requirements.
46
- RUN mamba update -y pip && \
47
- mamba install --yes \
48
+ RUN mamba install --yes \
48
49
aiida-core==${AIIDA_VERSION} \
49
50
mamba-bash-completion \
50
51
&& mamba clean --all -f -y && \
You can’t perform that action at this time.
0 commit comments