Skip to content

Commit

Permalink
Install aiidalab from fork
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jun 22, 2024
1 parent dd63d3b commit 72023df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/lab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ WORKDIR /opt/

# Install aiidalab package
ARG AIIDALAB_VERSION
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
#RUN mamba install --yes \
# aiidalab=${AIIDALAB_VERSION} \
# && mamba clean --all -f -y && \
Expand Down

0 comments on commit 72023df

Please sign in to comment.