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 28cd153 commit 0980742Copy full SHA for 0980742
build.json
@@ -16,7 +16,7 @@
16
"default": "24.09.0"
17
},
18
"AIIDALAB_HOME_VERSION": {
19
- "default": "25.02.0"
+ "default": "update/support-ipw-8.x"
20
}
21
22
stack/lab/Dockerfile
@@ -31,7 +31,7 @@ RUN echo 'eval "$(_AIIDALAB_COMPLETE=bash_source aiidalab)"' >> "${CONDA_DIR}/et
31
ARG AIIDALAB_HOME_VERSION
32
RUN git clone https://github.com/aiidalab/aiidalab-home && \
33
cd aiidalab-home && \
34
- git checkout v"${AIIDALAB_HOME_VERSION}" && \
+ git checkout "${AIIDALAB_HOME_VERSION}" && \
35
pip install --no-user --quiet --no-cache-dir "./" && \
36
fix-permissions "./" && \
37
fix-permissions "${CONDA_DIR}" && \
0 commit comments