How to run this This repo is for troubleshooting purposes only. clone repository git clone https://github.com/rstoye/opencv-troubleshoot-2.git cd opencv-troubleshoot-2 build the docker image docker build -t cvtest . start a docker container docker run --name cv -d -it cvtest:latest look at the logs docker logs cv