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 42493f4 commit 2e0b25eCopy full SHA for 2e0b25e
jupyter/minimal/ubi9-python-3.12/Dockerfile.cpu
@@ -78,12 +78,12 @@ COPY ${JUPYTER_REUSABLE_UTILS} utils/
78
79
USER 0
80
81
+# Dependencies for PDF export begin
82
+
83
# Copy built TeXLive and Pandoc binaries only (no build deps)
84
COPY --from=pdf-builder /usr/local/texlive /usr/local/texlive
85
COPY --from=pdf-builder /usr/local/pandoc /usr/local/pandoc
86
-# Dependencies for PDF export begin
-RUN ./utils/install_pdf_deps.sh
87
ENV PATH="/usr/local/texlive/bin/linux:/usr/local/pandoc/bin:$PATH"
88
ENV PATH="/usr/local/texlive/bin/x86_64-linux:/usr/local/pandoc/bin:$PATH"
89
ENV PATH="/opt/texlive/2025/bin/powerpc64le-unknown-linux-gnu:/usr/local/pandoc/bin:$PATH"
0 commit comments