Skip to content

HiccupinGminor/docker-python3-opencv-jupyter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Docker Automated buil

Docker image with python 3.6, opencv 3.3, and Jupyter

Usage:

To run bash shell within existing docker image:

docker run -it --entrypoint /bin/bash -p 8888:8888 python3-opencv-jupyter

From within the docker container run:

jupyter notebook --ip=0.0.0.0 --allow-root --no-browser

From your host machine, visit localhost:8888

Image tagged with :contrib contains docker image built with contrib modules

List of available docker tags:

  • opencv-3.3.0 (latest)
  • contrib-opencv-3.3.0 (contrib)
  • opencv-3.2.0
  • contrib-opencv-3.2.0

About

πŸ‹ Docker image with python 3, opencv 3.3, and Jupyter

Resources

License

Stars

Watchers

Forks

Packages

No packages published