Skip to content

Commit dfe4aff

Browse files
committed
Preinstall AWB in lab image
1 parent e6fab3c commit dfe4aff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stack/lab/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ WORKDIR /opt/
1717
ARG AIIDALAB_VERSION
1818
RUN mamba install --yes \
1919
aiidalab=${AIIDALAB_VERSION} \
20+
aiidalab-widgets-base \
2021
&& mamba clean --all -f -y && \
2122
fix-permissions "${CONDA_DIR}" && \
2223
fix-permissions "/home/${NB_USER}"

0 commit comments

Comments
 (0)