All Projects → denismakogon → Gocv Alpine

denismakogon / Gocv Alpine

Licence: apache-2.0
GoCV-compatible OpenCV 3.4 Alpine 3.7 Docker image

Projects that are alternatives of or similar to Gocv Alpine

Meinheld Gunicorn Flask Docker
Docker image with Meinheld and Gunicorn for Flask applications in Python. Optionally with Alpine Linux.
Stars: ✭ 336 (+253.68%)
Mutual labels:  alpine, docker-image
Uvicorn Gunicorn Fastapi Docker
Docker image with Uvicorn managed by Gunicorn for high-performance FastAPI web applications in Python 3.6 and above with performance auto-tuning. Optionally with Alpine Linux.
Stars: ✭ 1,014 (+967.37%)
Mutual labels:  alpine, docker-image
Uwsgi Nginx Docker
Docker image with uWSGI and Nginx for applications in Python 3.5 and above and Python 2.7 (as Flask) in a single container. Optionally with Alpine Linux.
Stars: ✭ 466 (+390.53%)
Mutual labels:  alpine, docker-image
Uvicorn Gunicorn Starlette Docker
Docker image with Uvicorn managed by Gunicorn for high-performance Starlette web applications in Python 3.7 and 3.6 with performance auto-tuning. Optionally with Alpine Linux.
Stars: ✭ 92 (-3.16%)
Mutual labels:  alpine, docker-image
Dockerfile
📦 Dockerfiles from WebDevOps for PHP, Apache and Nginx (with PHP5 and PHP7)
Stars: ✭ 1,169 (+1130.53%)
Mutual labels:  alpine, docker-image
docker-alpine-miniconda3
The smallest Docker image with Miniconda3 (Python 3.7) (~143MB)
Stars: ✭ 94 (-1.05%)
Mutual labels:  alpine, docker-image
Postgresql Postgis Timescaledb
PostgreSQL + PostGIS + TimescaleDB docker image 🐘🌎📈
Stars: ✭ 19 (-80%)
Mutual labels:  alpine, docker-image
Docker Android Sdk
Stars: ✭ 171 (+80%)
Mutual labels:  alpine, docker-image
Dockerfiles
lots of dockerfiles, based on alpine
Stars: ✭ 69 (-27.37%)
Mutual labels:  alpine, docker-image
Dokai
Collection of Docker images for ML/DL and video processing projects
Stars: ✭ 58 (-38.95%)
Mutual labels:  opencv, docker-image
Uvicorn Gunicorn Docker
Docker image with Uvicorn managed by Gunicorn for high-performance web applications in Python 3.6 with performance auto-tuning. Optionally with Alpine Linux.
Stars: ✭ 244 (+156.84%)
Mutual labels:  alpine, docker-image
Docker Alpine Python Machinelearning
Small Docker image with Python Machine Learning tools (~180MB) https://hub.docker.com/r/frolvlad/alpine-python-machinelearning/
Stars: ✭ 76 (-20%)
Mutual labels:  alpine, docker-image
Docker Alpine Python3
The smallest Docker image with Python 3.7 (~57MB)
Stars: ✭ 218 (+129.47%)
Mutual labels:  alpine, docker-image
Docker Python3 Opencv
🐋 🐍 👁 Docker image with python 3 and opencv 4.1
Stars: ✭ 283 (+197.89%)
Mutual labels:  opencv, docker-image
Uwsgi Nginx Flask Docker
Docker image with uWSGI and Nginx for Flask applications in Python running in a single container. Optionally with Alpine Linux.
Stars: ✭ 2,607 (+2644.21%)
Mutual labels:  alpine, docker-image
Docker Alpine Glibc
Carefully crafted Alpine Docker image with glibc (~12MB)
Stars: ✭ 581 (+511.58%)
Mutual labels:  alpine, docker-image
Docker Github Pages
🐳 Alpine Docker Image for GitHub Pages and Jekyll powered sites
Stars: ✭ 147 (+54.74%)
Mutual labels:  alpine, docker-image
Docker Elasticsearch Alpine
Alpine Linux based Elasticsearch Docker Image
Stars: ✭ 154 (+62.11%)
Mutual labels:  alpine, docker-image
Socat
Run socat command in alpine container
Stars: ✭ 53 (-44.21%)
Mutual labels:  alpine, docker-image
Docker Ruby Node
🐳 Alpine Docker Image with latest versions of Ruby, Node.js and yarn installed. This Docker Image is actively maintained and updated regularly.
Stars: ✭ 74 (-22.11%)
Mutual labels:  alpine, docker-image

GoCV-compatible OpenCV 4.0.1 Alpine 3.7 Docker images

What's in build-stage image?

  • Alpine 3.7
  • FFMPEG 4.0
  • Golang 1.10
  • OpenCV 4.0.1
  • OpenCV 4.0.1 contrib packages required by GoCV

What's in runtime image?

  • Alpine 3.7
  • Whatever you need there

Purpose

This is a build image for the multi-stage image provisioning as well as runtime image to work with gocv-based binaries.

Example

Sample Docker file you can find here.

Build the runtime image

pushd runtime && docker build -t denismakogon/gocv-alpine:4.0.1-runtime .; popd

Build the build-stage image

pushd build-stage && docker build -t denismakogon/gocv-alpine:4.0.1-buildstage .; popd

Test sample:

pushd example && docker build -t denismakogon/gocv-alpine:test .; popd
docker run --rm -ti denismakogon/gocv-alpine:test

the output should be the following:

gocv version: 0.18.0
opencv lib version: 4.0.1
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].