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 ffdc8cb commit 657d44fCopy full SHA for 657d44f
Dockerfile
@@ -3,8 +3,8 @@ FROM jupyter/scipy-notebook
3
4
USER root
5
6
-# 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 xindy
+# install vim and a few packages for PDF builds
+RUN apt-get update && apt-get install -y vim texlive-latex-extra texlive-fonts-extra texlive-xetex latexmk xindy imagemagick
8
9
USER ${NB_UID}
10
0 commit comments