We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e74d36 commit 6778843Copy full SHA for 6778843
Dockerfile
@@ -3,7 +3,7 @@ FROM jupyter/scipy-notebook
3
4
USER root
5
6
-# install vim
+# install vim and a few tex packages for PDF builds
7
RUN apt-get update && apt-get install -y vim texlive-latex-extra texlive-fonts-extra texlive-xetex latexmk
8
9
USER ${NB_UID}
@@ -13,7 +13,7 @@ WORKDIR "${HOME}"
13
# remove the "work/" directory added in an earlier layer...
14
RUN rm -rf work
15
16
-# Install R packages
+# Install various python packages
17
RUN mamba install --quiet --yes \
18
'numpy' \
19
'jinja2' \
0 commit comments