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!
Docker Hub | Docker Pulls | Docker Stars | Docker Build | Size/Layers |
---|---|---|---|---|
tf-opencv |
Build for amd64 or arm32v7 architecture (thanks to its Multi-Arch base image)
docker build -t elswork/tf-opencv:latest .
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