Skip to content

Commit aeaa700

Browse files
committed
to-be-reverted: Test aiidalab-home fix
1 parent 674e961 commit aeaa700

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

stack/lab/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ RUN echo 'eval "$(_AIIDALAB_COMPLETE=bash_source aiidalab)"' >> "${CONDA_DIR}/et
3030

3131
# Install the aiidalab-home app.
3232
ARG AIIDALAB_HOME_VERSION
33-
RUN git clone https://github.com/aiidalab/aiidalab-home && \
33+
RUN git clone --branch fix/single_app_crash https://github.com/aiidalab/aiidalab-home && \
3434
cd aiidalab-home && \
35-
git checkout v"${AIIDALAB_HOME_VERSION}" && \
3635
pip install --no-user --quiet --no-cache-dir "./" && \
3736
fix-permissions "./" && \
3837
fix-permissions "${CONDA_DIR}" && \

0 commit comments

Comments
 (0)