8000 GitHub - denismakogon/opencv-debian: OpenCV multistage container images
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

denismakogon/opencv-debian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV on Debian [Bullseye stable]

Images

In this repo you'll find:

  • ghcr.io/denismakogon/opencv-debian:4.5.5-build as an OpenCV build environment
  • ghcr.io/denismakogon/opencv-debian:4.5.5-runtime as an OpenCV runtime for applications from the build stage

Build image

podman build -t ghcr.io/denismakogon/opencv-debian:4.5.5-build -f build/4.5.5/Dockerfile .

Runtime image

podman build -t ghcr.io/denismakogon/opencv-debian:4.5.5-runtime -f runtime/Dockerfile \
  --build-arg "BUILD_IMAGE_DIGEST_TAG=ghcr.io/denismakogon/opencv-debian:4.5.5-build" \
  .

About

OpenCV multistage container images

Resources

License

Stars

Watchers

Forks

Packages

 
 
 
0