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 e6fab3c commit dfe4affCopy full SHA for dfe4aff
stack/lab/Dockerfile
@@ -17,6 +17,7 @@ WORKDIR /opt/
17
ARG AIIDALAB_VERSION
18
RUN mamba install --yes \
19
aiidalab=${AIIDALAB_VERSION} \
20
+ aiidalab-widgets-base \
21
&& mamba clean --all -f -y && \
22
fix-permissions "${CONDA_DIR}" && \
23
fix-permissions "/home/${NB_USER}"
0 commit comments