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 860a4ca commit 4a4e2d7Copy full SHA for 4a4e2d7
stack/lab/Dockerfile
@@ -30,8 +30,9 @@ 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 --branch fix/single_app_crash https://github.com/aiidalab/aiidalab-home && \
+RUN git clone 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