Sign inSign up

philiplinden/opencv

By philiplinden

Updated almost 6 years ago

OpenCV 4.2.0 built from Python3.6-alpine https://github.com/philiplinden/opencv-docker

Image
1

1.2K

philiplinden/opencv repository overview

opencv-docker

Docker image of OpenCV 4.2.0 built from Python3.6-alpine

Docker

Also includes:

For educational use only.

Install

Pull the latest version of the image:

docker pull philiplinden/opencv:latest

Or pull a specific tagged version:

docker pull philiplinden/opencv:tag

Or build it yourself (this will take 2+ hours!):

docker build . --file Dockerfile

Usage

Run the image:

# run the image and mount the local directory
docker run -dit -v $(pwd):/usr/src/project --name opencv philiplinden/opencv

# check if the container is running
docker ps | grep opencv

# open an interactive bash terminal on the running container
docker exec -it opencv bash

Tag summary

Content type

Image

Digest

Size

961.3 MB

Last updated

almost 6 years ago

docker pull philiplinden/opencv