Augmented Jupyter Notebook Docker Image
VisitDescription
I created and have been maintaining this Docker image since I faced a some problems while working with some libs using Jupyter Notebook, such as the OpenCV.
It basically extends the official Jupyter Notebook image enriching it with tools that I or someone else's find useful, like the python3-opencv and libgl1, needed to perform some OpenCV operations.
Tech stack
- Docker;
- Jupyter Notebook;