Created
April 25, 2021 13:26
-
-
Save theycallmeloki/02e5023cb894419621b019e090302262 to your computer and use it in GitHub Desktop.
Dockerfile for a Container for Pachyderm that encodes videos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM jrottenberg/ffmpeg:4.1 | |
RUN apt-get update | |
RUN apt-get install -y python3 | |
# install python3 | |
ADD converter.py /converter.py | |
# add converter.py so transform.cmd can use it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment