Skip to content

Commit a644bde

Browse files
authored
Merge pull request #1044 from mpmdean/master
include dvipng
2 parents b782013 + 4a29d2b commit a644bde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scipy-notebook/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ LABEL maintainer="Jupyter Project <[email protected]>"
77

88
USER root
99

10-
# ffmpeg for matplotlib anim
10+
# ffmpeg for matplotlib anim & dvipng for latex labels
1111
RUN apt-get update && \
12-
apt-get install -y --no-install-recommends ffmpeg && \
12+
apt-get install -y --no-install-recommends ffmpeg dvipng && \
1313
rm -rf /var/lib/apt/lists/*
1414

1515
USER $NB_UID

0 commit comments

Comments
 (0)