Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.78 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.78 KB

OpenCV + Tensorflow

A Docker file to build images for AMD & ARM devices over a base image based with a minimal installation of Tensorflow an open source software library for numerical computation using data flow graphs. Over this base will be installed OpenCV a library of programming functions mainly aimed at real-time computer vision.

Be aware! You should read carefully the usage documentation of every tool!

Details

Docker Hub Docker Pulls Docker Stars Docker Build Size/Layers
tf-opencv

Build Instructions

Build for amd64 or arm32v7 architecture (thanks to its Multi-Arch base image)

docker build -t elswork/tf-opencv:latest .

My Real Usage Example

In order everyone could take full advantages of the usage of this docker container, I'll describe my own real usage setup.

docker run -it elswork/tf-opencv:latest