docker-opencv icon indicating copy to clipboard operation
docker-opencv copied to clipboard

OpenCV on Docker

docker-opencv

OpenCV on Docker, setting up the enviornment of openCV using docker.

First install docker on your computer

http://docs.docker.io/en/latest/installation/ubuntulinux/

and clone the repo, and enter the following command:

sudo docker build .

and you are ready to go!

you can also pull the docker image from index.docker.io

https://index.docker.io/u/chilijung/docker-opencv/

sudo docker pull chilijung/docker-opencv

and your docker is set!