Use docker for Google Cloud data flow dependencies

I am interested in using Google Cloud Dataflow for parallel video processes. My work uses both OpenCV and tensor. Is it possible to simply run the workers inside the docker instance and not install all the dependencies on the source, as described:

https://cloud.google.com/dataflow/pipelines/dependencies-python

I would expect a flag for the docker container that is already sitting in the Google container engine.

+4
source share
3 answers

Cannot change or switch the default desktop desktop. You need to install the dependencies in accordance with the documentation.

+1

, . , Grid Computing .

, , n1-standard-1, , , .

0

setup.py, .

manylinux , .

0
source

Source: https://habr.com/ru/post/1679833/


All Articles