Install opencv without python in base images (#1910)
* Currently base images installs python3-opencv
* This installs apt python making us have 2
pythons in the base image
* Instead install opencv-dev libraries and pip
install the opencv python package.