Skip to content

Commit

Permalink
Merge branch 'main' into postpone-deamon-start
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz authored Sep 16, 2024
2 parents 4568fe2 + 6481bf5 commit 8fab2ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stack/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ USER root
# https://pymatgen.org/installation.html#installation-tips-for-optional-libraries
# rsync: needed to support the new AiiDA backup command
# povray: rendering engine used in aiidalab-widgets-base
ENV EXTRA_APT_PACKAGES "curl povray rsync build-essential"
# bc: needed to compute the resources for computer setup
ENV EXTRA_APT_PACKAGES "curl povray rsync build-essential bc"

# For ARM64 we need to install erlang as it is not available on conda-forge
# (this is needed later as rabbitmq dependency in base-with-services image,
Expand Down

0 comments on commit 8fab2ae

Please sign in to comment.