OpenCV 4.2.0 built from Python3.6-alpine https://github.com/philiplinden/opencv-docker
1.2K
Docker image of OpenCV 4.2.0 built from Python3.6-alpine
Also includes:
OPENCV_ENABLE_NONFREE=True)For educational use only.
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
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
Content type
Image
Digest
Size
961.3 MB
Last updated
almost 6 years ago
docker pull philiplinden/opencv