Project includes pre-generated dockerfiles in the docker folder for the key possible setups. If you've done any customizations to the dockerfiles template sources, regenerate dockerfiles with the following commands:
cmake . make
Top level Dockerfile templates are located in the subfolders of docker folder:
These templates include component ingredients defined in the .m4 files stored in templates folder.
It is possible to customize dockerfile setup by passing parameters during Dockerfile generation from templates.
- DEVEL
Possible values: yes|no. Default value:
yes
Switches on/off development build type with which container user is created with sudo privileges.
- FFMPEG_VER
Possible values:
<version tag>
. Default value:n4.3
FFMPEG version to build. Use one of the FFMPEG release tags from https://github.com/FFmpeg/FFmpeg/releases or branch name or commit id.
- VMAF_VER
Possible values:
<version tag>
. Default value:v1.5.2
VMAF version to build. Use one of the VMAF release tags from https://github.com/Netflix/vmaf/releases or branch name or commit id.