Skip to content

Lightweight docker image Debian + Python 2.7 + OpenCV 3.2.0

Notifications You must be signed in to change notification settings

innosoft-pro/docker-debian-opencv3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Debian-OpenCV3

This docker image provides latest stable Debian, with Python 2.7/3.4 and OpenCV 3.2. It also has version for RaspberryPi 3, see corresponding branch.

Installing Docker

Ubuntu

sudo apt install docker.io
sudo usermod -aG docker $(whoami)

Until you re-login, you will have to prefix all docker commands with sudo.

Windows

Download "Docker Toolbox" from https://www.docker.com/products/docker-toolbox, install it, run "Docker Quick-start Terminal", and let it do its magic.

You can also try "Docker for Windows", which sounds like a better option, but is unsupported on my Windows machine.

Building

docker build -t al42and/debian-opencv3 --no-cache .

Known issues:

  1. Mac OS - Certificate path doesn't exist:

About

Lightweight docker image Debian + Python 2.7 + OpenCV 3.2.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published