Trying to install opencv but import cv2 fails with "ImportError: libgtk-x11-2.0.so.0: cannot open shared object file" · Issue #228 · jupyter/docker-stacks

I've installed OpenCV3 with conda install -c menpo opencv3=3.1.0. This works perfectly well on Mac OSX, but in this image it installs okay but when I try to use it like below it fails: $ python >>>...