Skip to content

Commit 0a19fd8

Browse files
committed
NO-JIRA: chore(Dockerfiles): add dockerfile_fragments.py comments around PDF export dependencies installation
1 parent 63a7ee4 commit 0a19fd8

File tree

19 files changed

+56
-26
lines changed

19 files changed

+56
-26
lines changed

jupyter/datascience/ubi9-python-3.11/Dockerfile.cpu

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,10 @@ COPY ${MINIMAL_SOURCE_CODE}/start-notebook.sh ./
5353

5454
USER 0
5555

56-
# Dependencies for PDF export
56+
# Dependencies for PDF export begin
5757
RUN ./utils/install_pdf_deps.sh
5858
ENV PATH="/usr/local/texlive/bin/linux:/usr/local/pandoc/bin:$PATH"
59+
# Dependencies for PDF export end
5960

6061
USER 1001
6162

jupyter/datascience/ubi9-python-3.12/Dockerfile.cpu

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,10 @@ COPY ${MINIMAL_SOURCE_CODE}/start-notebook.sh ./
5353

5454
USER 0
5555

56-
# Dependencies for PDF export
56+
# Dependencies for PDF export begin
5757
RUN ./utils/install_pdf_deps.sh
5858
ENV PATH="/usr/local/texlive/bin/linux:/usr/local/pandoc/bin:$PATH"
59+
# Dependencies for PDF export end
5960

6061
USER 1001
6162

jupyter/minimal/ubi9-python-3.11/Dockerfile.cpu

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ COPY ${JUPYTER_REUSABLE_UTILS} utils/
4949

5050
USER 0
5151

52-
# Dependencies for PDF export
52+
# Dependencies for PDF export begin
5353
RUN ./utils/install_pdf_deps.sh
5454
ENV PATH="/usr/local/texlive/bin/linux:/usr/local/pandoc/bin:$PATH"
55+
# Dependencies for PDF export end
5556

5657
USER 1001
5758

jupyter/minimal/ubi9-python-3.11/Dockerfile.cuda

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,10 @@ COPY ${JUPYTER_REUSABLE_UTILS} utils/
177177

178178
USER 0
179179

180-
# Dependencies for PDF export
180+
# Dependencies for PDF export begin
181181
RUN ./utils/install_pdf_deps.sh
182182
ENV PATH="/usr/local/texlive/bin/linux:/usr/local/pandoc/bin:$PATH"
183+
# Dependencies for PDF export end
183184

184185
USER 1001
185186

jupyter/minimal/ubi9-python-3.11/Dockerfile.rocm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,10 @@ COPY ${JUPYTER_REUSABLE_UTILS} utils/
8383

8484
USER 0
8585

86-
# Dependencies for PDF export
86+
# Dependencies for PDF export begin
8787
RUN ./utils/install_pdf_deps.sh
8888
ENV PATH="/usr/local/texlive/bin/linux:/usr/local/pandoc/bin:$PATH"
89+
# Dependencies for PDF export end
8990

9091
USER 1001
9192

jupyter/minimal/ubi9-python-3.12/Dockerfile.cpu

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ COPY ${JUPYTER_REUSABLE_UTILS} utils/
4949

5050
USER 0
5151

52-
# Dependencies for PDF export
52+
# Dependencies for PDF export begin
5353
RUN ./utils/install_pdf_deps.sh
5454
ENV PATH="/usr/local/texlive/bin/linux:/usr/local/pandoc/bin:$PATH"
55+
# Dependencies for PDF export end
5556

5657
USER 1001
5758

jupyter/minimal/ubi9-python-3.12/Dockerfile.cuda

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,10 @@ COPY ${JUPYTER_REUSABLE_UTILS} utils/
151151

152152
USER 0
153153

154-
# Dependencies for PDF export
154+
# Dependencies for PDF export begin
155155
RUN ./utils/install_pdf_deps.sh
156156
ENV PATH="/usr/local/texlive/bin/linux:/usr/local/pandoc/bin:$PATH"
157+
# Dependencies for PDF export end
157158

158159
USER 1001
159160

jupyter/minimal/ubi9-python-3.12/Dockerfile.rocm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,10 @@ COPY ${JUPYTER_REUSABLE_UTILS} utils/
8383

8484
USER 0
8585

86-
# Dependencies for PDF export
86+
# Dependencies for PDF export begin
8787
RUN ./utils/install_pdf_deps.sh
8888
ENV PATH="/usr/local/texlive/bin/linux:/usr/local/pandoc/bin:$PATH"
89+
# Dependencies for PDF export end
8990

9091
USER 1001
9192

jupyter/pytorch+llmcompressor/ubi9-python-3.11/Dockerfile.cuda

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,10 @@ COPY ${MINIMAL_SOURCE_CODE}/start-notebook.sh ./
147147

148148
USER 0
149149

150-
# Dependencies for PDF export
150+
# Dependencies for PDF export begin
151151
RUN ./utils/install_pdf_deps.sh
152152
ENV PATH="/usr/local/texlive/bin/linux:/usr/local/pandoc/bin:$PATH"
153+
# Dependencies for PDF export end
153154

154155
USER 1001
155156

jupyter/pytorch/ubi9-python-3.11/Dockerfile.cuda

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,10 @@ COPY ${JUPYTER_REUSABLE_UTILS} utils/
181181
COPY ${MINIMAL_SOURCE_CODE}/start-notebook.sh ./
182182
USER 0
183183

184-
# Dependencies for PDF export
184+
# Dependencies for PDF export begin
185185
RUN ./utils/install_pdf_deps.sh
186186
ENV PATH="/usr/local/texlive/bin/linux:/usr/local/pandoc/bin:$PATH"
187+
# Dependencies for PDF export end
187188

188189
USER 1001
189190

0 commit comments

Comments
 (0)