Skip to content

Docker image with python and opencv ready to use.

Notifications You must be signed in to change notification settings

haitch/python-opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 

Repository files navigation

Python Docker Image with OpenCV

This repository contains a Python and OpenCV docker image.

You might hit this issue when import cv2, then you need to follow the following script in your dockerfile:

CMD sh -c 'ln -s /dev/null /dev/raw1394'; <your-script-here>

Image available on Dockerhub.

About

Docker image with python and opencv ready to use.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published