File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1515 "AIIDALAB_VERSION" : {
1616 "default" : " 24.07.0"
1717 },
18+ "AWB_VERSION" : {
19+ "default" : " 2.3.0a2"
20+ },
1821 "AIIDALAB_HOME_VERSION" : {
1922 "default" : " 23.03.1"
2023 }
Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ variable "AIIDA_VERSION" {
1717variable "AIIDALAB_VERSION" {
1818}
1919
20+ variable "AWB_VERSION" {
21+ }
22+
2023variable "AIIDALAB_HOME_VERSION" {
2124}
2225
@@ -88,6 +91,7 @@ target "lab" {
8891 platforms = " ${ PLATFORMS } "
8992 args = {
9093 " AIIDALAB_VERSION" = " ${ AIIDALAB_VERSION } "
94+ " AWB_VERSION" = " ${ AWB_VERSION } "
9195 " AIIDALAB_HOME_VERSION" = " ${ AIIDALAB_HOME_VERSION } "
9296 " PYTHON_MINOR_VERSION" = get_python_minor_version (" ${ PYTHON_VERSION } " )
9397 }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ USER root
1010# https://pymatgen.org/installation.html#installation-tips-for-optional-libraries
1111# rsync: needed to support the new AiiDA backup command
1212# povray: rendering engine used in aiidalab-widgets-base
13- ENV EXTRA_APT_PACKAGES "curl povray rsync build-essential"
13+ ENV EXTRA_APT_PACKAGES "curl rsync build-essential"
1414
1515# For ARM64 we need to install erlang as it is not available on conda-forge
1616# (this is needed later as rabbitmq dependency in base-with-services image,
Original file line number Diff line number Diff line change @@ -13,10 +13,11 @@ ENV DOCKER_STACKS_JUPYTER_CMD=notebook
1313USER root
1414WORKDIR /opt/
1515
16- # Install aiidalab package
1716ARG AIIDALAB_VERSION
17+ ARG AWB_VERSION
1818RUN mamba install --yes \
1919 aiidalab=${AIIDALAB_VERSION} \
20+ aiidalab-widgets-base=${AWB_VERSION} \
2021 && mamba clean --all -f -y && \
2122 fix-permissions "${CONDA_DIR}" && \
2223 fix-permissions "/home/${NB_USER}"
You can’t perform that action at this time.
0 commit comments