Skip to content

Commit

Permalink
Preinstall AWB in lab image
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jul 20, 2024
1 parent e6fab3c commit dfe4aff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stack/lab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ WORKDIR /opt/
ARG AIIDALAB_VERSION
RUN mamba install --yes \
aiidalab=${AIIDALAB_VERSION} \
aiidalab-widgets-base \
&& mamba clean --all -f -y && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"
Expand Down

0 comments on commit dfe4aff

Please sign in to comment.