Docker Hub
https://hub.docker.com/r/spmallick/opencv-docker#!Docker image with OpenCV 3.4.1, 3.4.3 and 4.0.0-pre, dlib, jupyterhub and other utilities installed. Container. Pulls 10K+. Overview Tags. To use the docker image, use the following instructions: For OpenCV-3.4.1 : docker pull spmallick/opencv-docker:opencv-3.4.1. docker run -it -p 8888:8888 -p 5000:5000 spmallick/opencv-docker /bin/bash.
Installing opencv in docker container - OpenCV Q&A Forum
answers.opencv.org › question › 163575Jul 03, 2017 · Hi, I'm trying to install opencv for this project. In the original dockerfile, they didn't give instructions for installing opencv. The dockerfile portion is follows: FROM python:3.4-slim #RUN apt-get -y update RUN apt-get update && apt-get install -y \ build-essential \ cmake \ gfortran \ git \ libatlas-base-dev \ libav-tools \ libgtk2.0-dev \ libjasper-dev \ libjpeg-dev \ libopencv-dev \ libpng-dev \ libtiff-dev \ libvtk6-dev \ pkg-config \ python-dev \ python-numpy \ ...