Skip to content

Commit

Permalink
to-be-reverted: Test aiidalab-home fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Nov 19, 2024
1 parent 674e961 commit aeaa700
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stack/lab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}" && \
Expand Down

0 comments on commit aeaa700

Please sign in to comment.