Skip to content

Commit

Permalink
Added imagemagick to py dockerfile. This commit is targeted for the 0…
Browse files Browse the repository at this point in the history
….929 release.
  • Loading branch information
awsteiner committed May 9, 2024
1 parent 86f25ca commit c34a573
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/v0.929_u24.04_py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ ARG DEBIAN_FRONTEND=noninteractive
# o2sclpy. The library libcairo2-dev is required for pycairo. We could
# use "--no-install-recommends" to make the image smaller, but that
# causes problems and many of the recommendations are good, e.g.
# manpages and less.
# manpages and less. We need imagemagick to test the images generated
# by O2sclpy's o2graph.

RUN apt-get -y update && apt-get \
-y install g++ make autoconf automake libtool git curl cmake \
python3 libz-dev libsz2
python3 libz-dev libsz2 imagemagick

# -----------------------------------------------------------------
# The tensorflow package is compiled with HDF5 1.14.2, so we install
Expand Down

0 comments on commit c34a573

Please sign in to comment.