I am interested in using Google cloud Dataflow to parallel process videos. My job uses both OpenCV and tensorflow. Is it possible to just run the workers inside a docker ins
It is not possible to modify or switch the default Dataflow worker container. You need to install the dependencies according to the documentation.