We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674e961 commit aeaa700Copy full SHA for aeaa700
stack/lab/Dockerfile
@@ -30,9 +30,8 @@ RUN echo 'eval "$(_AIIDALAB_COMPLETE=bash_source aiidalab)"' >> "${CONDA_DIR}/et
30
31
# Install the aiidalab-home app.
32
ARG AIIDALAB_HOME_VERSION
33
-RUN git clone https://github.com/aiidalab/aiidalab-home && \
+RUN git clone --branch fix/single_app_crash https://github.com/aiidalab/aiidalab-home && \
34
cd aiidalab-home && \
35
- git checkout v"${AIIDALAB_HOME_VERSION}" && \
36
pip install --no-user --quiet --no-cache-dir "./" && \
37
fix-permissions "./" && \
38
fix-permissions "${CONDA_DIR}" && \
0 commit comments