amnipar / cv-dockerfile

Dockerfile for computer vision project build environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

amnipar/cv Dockerfile

This is a Dockerfile for easily setting up a build environment for many kinds of computer vision projects based around OpenCV. There are plans to add other libraries and tools in future.

Usage:

$ docker run --rm -it -v *dir*:/source amnipar/cv

where dir is a directory to mount as volume /source within the container. In the shell, build commands can be issued.

Inspired by https://github.com/schickling/dockerfiles/tree/master/opencv

About

Dockerfile for computer vision project build environment

License:BSD 3-Clause "New" or "Revised" License