Skip to content

Small OpenCV (Open Source Computer Vision Library) Docker Image for Alpine Linux

Notifications You must be signed in to change notification settings

sitkevij/opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opencv

build pulls stars

OpenCV Docker

There are two ways to run this opencv Docker image:

1. Pull from Docker Hub

2. Building from source

$ git clone https://github.com/sitkevij/opencv.git && \
cd opencv && \
chmod a+x build-arg.sh && \
./build-arg.sh sitkevij "opencv:3.3.0-alpine:3.5" && \
docker run --rm sitkevij/opencv:3.3.0-alpine

opencv Build Options