File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change @@ -44,11 +44,10 @@ ENV PIP_CONSTRAINT /opt/requirements.txt
4444# Ensure that pip installs packages to ~/.local by default
4545ENV 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 && \
You can’t perform that action at this time.
0 commit comments