The example-full.yaml file questions

**How severe does this issue affect you

  • High: It blocks me to complete my task.

I am deploying the cluster to azure via the example-full.yaml file. The details are as follows: One head nod, five work nod, I need to run the same python program on the five work nod, how can I batch configure the same environment for these six VMS before running, for example, I need to install conda on each vm, create a specific version of the python interpreter, I need to install the same google browser and the corresponding selenium driver configuration for all NoDs. I have another question: if you are using a dynamic extension virtual machine, does the extended virtual machine need to be configured with the above mentioned environment? Is the rate of expansion fast? Can you extend a vm in 1 second?

By looking at the Runtime environments section of the ray doc, I already have the answer, thanks to the ray team.