Skip to content

Instantly share code, notes, and snippets.

@theycallmeloki
Created April 25, 2021 13:26
Show Gist options
  • Save theycallmeloki/02e5023cb894419621b019e090302262 to your computer and use it in GitHub Desktop.
Save theycallmeloki/02e5023cb894419621b019e090302262 to your computer and use it in GitHub Desktop.
Dockerfile for a Container for Pachyderm that encodes videos
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