Skip to content

Commit 0980742

Browse files
committed
Select branch with migrated home app
1 parent 28cd153 commit 0980742

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"default": "24.09.0"
1717
},
1818
"AIIDALAB_HOME_VERSION": {
19-
"default": "25.02.0"
19+
"default": "update/support-ipw-8.x"
2020
}
2121
}
2222
}

stack/lab/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN echo 'eval "$(_AIIDALAB_COMPLETE=bash_source aiidalab)"' >> "${CONDA_DIR}/et
3131
ARG AIIDALAB_HOME_VERSION
3232
RUN git clone https://github.com/aiidalab/aiidalab-home && \
3333
cd aiidalab-home && \
34-
git checkout v"${AIIDALAB_HOME_VERSION}" && \
34+
git checkout "${AIIDALAB_HOME_VERSION}" && \
3535
pip install --no-user --quiet --no-cache-dir "./" && \
3636
fix-permissions "./" && \
3737
fix-permissions "${CONDA_DIR}" && \

0 commit comments

Comments
 (0)