mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 14:02:58 +00:00
Add libav-tools for matplotlib animation
(c) Copyright IBM Corp. 2016
This commit is contained in:
@@ -20,6 +20,11 @@ RUN apt-get update && \
|
|||||||
julia \
|
julia \
|
||||||
libnettle4 && apt-get clean
|
libnettle4 && apt-get clean
|
||||||
|
|
||||||
|
# libav-tools for matplotlib anim
|
||||||
|
RUN apt-get update && \
|
||||||
|
apt-get install -y --no-install-recommends libav-tools && \
|
||||||
|
apt-get clean
|
||||||
|
|
||||||
USER jovyan
|
USER jovyan
|
||||||
|
|
||||||
# Install Python 3 packages
|
# Install Python 3 packages
|
||||||
|
@@ -4,6 +4,13 @@ FROM jupyter/minimal-notebook
|
|||||||
|
|
||||||
MAINTAINER Jupyter Project <jupyter@googlegroups.com>
|
MAINTAINER Jupyter Project <jupyter@googlegroups.com>
|
||||||
|
|
||||||
|
USER root
|
||||||
|
|
||||||
|
# libav-tools for matplotlib anim
|
||||||
|
RUN apt-get update && \
|
||||||
|
apt-get install -y --no-install-recommends libav-tools && \
|
||||||
|
apt-get clean
|
||||||
|
|
||||||
USER jovyan
|
USER jovyan
|
||||||
|
|
||||||
# Install Python 3 packages
|
# Install Python 3 packages
|
||||||
|
Reference in New Issue
Block a user