Skip to content

Commit

Permalink
Don't install povray via apt
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jul 20, 2024
1 parent 5f5d3b9 commit 11356a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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"
ENV EXTRA_APT_PACKAGES "curl rsync build-essential"

# 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 11356a8

Please sign in to comment.