Sign inSign up

matimoreyra/opencv

By matimoreyra

Updated about 6 years ago

Docker image for building C++ applications with OpenCV.

Image
1

10K+

matimoreyra/opencv repository overview

OpenCV Docker

Docker Hub Automated Build Docker Hub Build

Docker image for OpenCV development with C++ and Python.

Deployments

This project is automatically deployed to matimoreyra/opencv Docker Hub repository.

Usage

Option 1 - Pulling from Docker Hub
  1. Pull the image from Docker Hub:
docker pull matimoreyra/opencv
  1. Run in a container:
docker run -dit [--name <container_name>] matimoreyra/opencv
Option 2 - Building from Dockerfile:
  1. Clone this repo:
git clone [email protected]:MatiMoreyra/opencv-docker.git

Or just download it from here.

  1. Build the image:

From the folder containing the Dockerfile, run:

docker build -t matimoreyra/opencv .
  1. Run in a container:
docker run -dit [--name <container_name>] matimoreyra/opencv

Tag summary

Content type

Image

Digest

Size

375.4 MB

Last updated

about 6 years ago

docker pull matimoreyra/opencv