Skip to content

Commit 4a4e2d7

Browse files
committed
Revert "to-be-reverted: Test aiidalab-home fix"
This reverts commit aeaa700.
1 parent 860a4ca commit 4a4e2d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stack/lab/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ 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 --branch fix/single_app_crash https://github.com/aiidalab/aiidalab-home && \
33+
RUN git clone https://github.com/aiidalab/aiidalab-home && \
3434
cd aiidalab-home && \
35+
git checkout v"${AIIDALAB_HOME_VERSION}" && \
3536
pip install --no-user --quiet --no-cache-dir "./" && \
3637
fix-permissions "./" && \
3738
fix-permissions "${CONDA_DIR}" && \

0 commit comments

Comments
 (0)