Skip to content

Commit

Permalink
Add packages for matplotlib and LaTeX
Browse files Browse the repository at this point in the history
  • Loading branch information
unkaktus committed Feb 25, 2023
1 parent 69bb7cc commit f5ee24e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ RUN apt-get -yqq update \
mpich \
libhdf5-dev \
texlive-latex-extra \
&& apt-get clean
cm-super \
dvipng \
&& apt-get clean && rm -rf /var/lib/apt/lists/*

# Install ParaView
RUN wget -O paraview.tar.gz "https://www.paraview.org/paraview-downloads/download.php?submit=Download&version=v5.11&type=binary&os=Linux&downloadFile=ParaView-5.11.0-osmesa-MPI-Linux-Python3.9-x86_64.tar.gz" \
Expand All @@ -35,6 +37,7 @@ RUN --mount=type=cache,target=/root/.cache pip install \
spherical \
quaternionic \
scri \
matplotlib \
;

# Build scri Numba code by importing it.
Expand Down

0 comments on commit f5ee24e

Please sign in to comment.