Skip to content
 
 

Latest commit

 

History

848 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to build linux 64b custom version of opencv with ffmpeg?

go to find_version.py and edit line 65

    f.write('opencv_version = "{}"\n'.format("4.6.0"))

(bump version you want to publish)

then

docker build --build-arg REPO_PWD=***** . -t opencv-build 
docker run -it opencv-build  bash

Inside the container run

pip wheel . --verbose 

This will produce whl file that you need to copy to your host machine via docker cp and publish with twine

About

Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-contrib-python-headless packages.

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages