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 dd63d3b commit 72023dfCopy full SHA for 72023df
stack/lab/Dockerfile
@@ -15,7 +15,7 @@ WORKDIR /opt/
15
16
# Install aiidalab package
17
ARG AIIDALAB_VERSION
18
-RUN pip install --no-user aiidalab@git+https://github.com/aiidalab/aiidalab.git
+RUN pip install --no-user aiidalab@git+https://github.com/danielhollas/aiidalab@registry-extras
19
#RUN mamba install --yes \
20
# aiidalab=${AIIDALAB_VERSION} \
21
# && mamba clean --all -f -y && \
0 commit comments