We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a159dc commit b6bf4aaCopy full SHA for b6bf4aa
jupyter/minimal/ubi9-python-3.12/Dockerfile.cpu
@@ -72,12 +72,12 @@ COPY ${JUPYTER_REUSABLE_UTILS} utils/
72
73
USER 0
74
75
+# Dependencies for PDF export begin
76
+
77
# Copy built TeXLive and Pandoc binaries only (no build deps)
78
COPY --from=pdf-builder /usr/local/texlive /usr/local/texlive
79
COPY --from=pdf-builder /usr/local/pandoc /usr/local/pandoc
80
-# Dependencies for PDF export begin
-RUN ./utils/install_pdf_deps.sh
81
ENV PATH="/usr/local/texlive/bin/linux:/usr/local/pandoc/bin:$PATH"
82
ENV PATH="/usr/local/texlive/bin/x86_64-linux:/usr/local/pandoc/bin:$PATH"
83
ENV PATH="/opt/texlive/2025/bin/powerpc64le-unknown-linux-gnu:/usr/local/pandoc/bin:$PATH"
0 commit comments