stbutler11 / docker-opencv

A Docker file for OpenCv on Ubuntu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenCV Docker

This creates an image of OpenCV on Ubuntu 14.04.

I used the steps outlined in this blog post to create the image.

This image has been push up to the docker registry.

Running

You can play around with this image by running:

docker run -ti stbutler11/opencv2.4.9 /bin/bash

Building

Standard docker

docker build .

About

A Docker file for OpenCv on Ubuntu


Languages

Language:Shell 100.0%