From aeaa70044bce2b4ff2b16fc6eabd5cb0901c5e0d Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Tue, 19 Nov 2024 19:02:12 +0100 Subject: [PATCH] to-be-reverted: Test aiidalab-home fix --- stack/lab/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stack/lab/Dockerfile b/stack/lab/Dockerfile index 0c2d29cd..a65e4415 100644 --- a/stack/lab/Dockerfile +++ b/stack/lab/Dockerfile @@ -30,9 +30,8 @@ RUN echo 'eval "$(_AIIDALAB_COMPLETE=bash_source aiidalab)"' >> "${CONDA_DIR}/et # Install the aiidalab-home app. ARG AIIDALAB_HOME_VERSION -RUN git clone https://github.com/aiidalab/aiidalab-home && \ +RUN git clone --branch fix/single_app_crash https://github.com/aiidalab/aiidalab-home && \ cd aiidalab-home && \ - git checkout v"${AIIDALAB_HOME_VERSION}" && \ pip install --no-user --quiet --no-cache-dir "./" && \ fix-permissions "./" && \ fix-permissions "${CONDA_DIR}" && \