This container comes with Go and GoCV bindings plus support for Python 2.7, OpenCV 4.0.1 and Matplotlib (which should be able to display your graphs!)
To run the container, use the following run.sh
#!/usr/bin/env bash
docker run --rm -it \
--net=host \
--env="DISPLAY=:0" \
-v $HOME/go:/go \
-v $HOME/.Xauthority:/root/.Xauthority:rw \
-v /tmp/.X11-unix:/tmp/.X11-unix:rw \
eyjhb/opencv:latest bash
Content type
Image
Digest
Size
739.4 MB
Last updated
over 7 years ago
docker pull eyjhb/opencv