Skip to content

Commit

Permalink
Merge pull request #1044 from mpmdean/master
Browse files Browse the repository at this point in the history
include dvipng
  • Loading branch information
parente committed Mar 16, 2020
2 parents b782013 + 4a29d2b commit a644bde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scipy-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"

USER root

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

USER $NB_UID
Expand Down

0 comments on commit a644bde

Please sign in to comment.