https://github.com/haitch/python-opencv
Docker image with python and opencv ready to use.
https://github.com/haitch/python-opencv
dcoker opencv python
Last synced: 3 months ago
JSON representation
Docker image with python and opencv ready to use.
- Host: GitHub
- URL: https://github.com/haitch/python-opencv
- Owner: haitch
- Created: 2016-03-15T05:14:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T08:19:25.000Z (over 9 years ago)
- Last Synced: 2025-03-04T06:41:41.522Z (over 1 year ago)
- Topics: dcoker, opencv, python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Docker Image with OpenCV
This repository contains a Python and OpenCV docker image.
You might hit [this issue when import cv2](http://stackoverflow.com/questions/12689304/ctypes-error-libdc1394-error-failed-to-initialize-libdc1394), then you need to follow the following script in your **dockerfile**:
```
CMD sh -c 'ln -s /dev/null /dev/raw1394';
```
[Image available on Dockerhub](https://hub.docker.com/r/haitch/python-opencv/).