From 01a9fa16978eb98ba194c9ea78faadf81126fe3e Mon Sep 17 00:00:00 2001 From: Naresh Kumar Devulapally <169105140+naresh-ub@users.noreply.github.com> Date: Thu, 3 Oct 2024 11:55:55 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 5e888a4..f92d55d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \