Skip to content

Commit 72023df

Browse files
committed
Install aiidalab from fork
1 parent dd63d3b commit 72023df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack/lab/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ WORKDIR /opt/
1515

1616
# Install aiidalab package
1717
ARG AIIDALAB_VERSION
18-
RUN pip install --no-user aiidalab@git+https://github.com/aiidalab/aiidalab.git
18+
RUN pip install --no-user aiidalab@git+https://github.com/danielhollas/aiidalab@registry-extras
1919
#RUN mamba install --yes \
2020
# aiidalab=${AIIDALAB_VERSION} \
2121
# && mamba clean --all -f -y && \

0 commit comments

Comments
 (0)