Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
naresh-ub authored Oct 3, 2024
1 parent c6dfb3d commit 01a9fa1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ RUN apt-get update && apt-get install -y \
# Verify pdftocairo installation
RUN pdftocairo -v

# Set the correct TEXMFHOME environment variable
ENV TEXMFHOME="/manim/.local/share/texmf"

# Download and manually install pgfplots LaTeX package
RUN mkdir -p /manim/.local/share/texmf/tex/latex/pgfplots && \
wget -q https://mirrors.ctan.org/graphics/pgf/contrib/pgfplots.zip -O /tmp/pgfplots.zip && \
Expand Down

0 comments on commit 01a9fa1

Please sign in to comment.