Borda / docker_python-opencv-ffmpeg

Dockerfile containing FFmpeg, OpenCV4 and Python2/3, based on Ubuntu LTS

Home Page:https://hub.docker.com/r/borda/docker_python-opencv-ffmpeg/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simplify the Dockerfiles

Borda opened this issue · comments

simplify the docker files by using an input parameter for versions of python and/or openCV

https://vsupalov.com/docker-arg-env-variable-guide

for building with the parameter you just need to do in the Dockerfile to make the
ARG some_variable_name line and then release build docker build --build-arg some_variable_name = a_value