/docker-opencv

Opencv base image builded for amd64, arm/v7 and arm64

Primary LanguageDockerfileApache License 2.0Apache-2.0

docker-opencv

Docker

Base image for opencv

2 images are build:

  • cyrilix/opencv-buildstage: used to compile go code
  • cyrilix/opencv-runtime: used to run executable

Build images

Run:

 docker buildx build . --platform linux/arm/v7,linux/arm64,linux/X86_64 --progress plain --target opencv-buildstage
 docker buildx build . --platform linux/arm/v7,linux/arm64,linux/X86_64 --progress plain