build ffmpeg in separate container

This commit is contained in:
Blake Blackshear
2020-10-07 16:25:54 -05:00
parent 82692b0ddc
commit 9954e3b11e
8 changed files with 664 additions and 69 deletions

View File

@@ -4,7 +4,8 @@ LABEL maintainer "blakeb@blakeshome.com"
# Install packages for apt repo
RUN apt-get -qq update \
&& apt-get -qq install --no-install-recommends -y \
ffmpeg \
# ffmpeg dependencies
libgomp1 \
# VAAPI drivers for Intel hardware accel
libva-drm2 libva2 i965-va-driver vainfo \
## Tensorflow lite