Skip to content

Commit 6778843

Browse files
minor docs update in dockerfile
1 parent 2e74d36 commit 6778843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM jupyter/scipy-notebook
33

44
USER root
55

6-
# install vim
6+
# install vim and a few tex packages for PDF builds
77
RUN apt-get update && apt-get install -y vim texlive-latex-extra texlive-fonts-extra texlive-xetex latexmk
88

99
USER ${NB_UID}
@@ -13,7 +13,7 @@ WORKDIR "${HOME}"
1313
# remove the "work/" directory added in an earlier layer...
1414
RUN rm -rf work
1515

16-
# Install R packages
16+
# Install various python packages
1717
RUN mamba install --quiet --yes \
1818
'numpy' \
1919
'jinja2' \

0 commit comments

Comments
 (0)