When using runtime version 1.8, i'm getting this error when I tried to import cv2:
/usr/lib/python2.7/dist-packages/cv2.x86_64-linux-gnu.so: undefined symbol: _ZN2cv9Algorithm7getListERSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EE
Anyone knows if there's any workaround? Looks like glib needs to be installed in the image, but it wasn't.