Open
Description
Describe your feature request
If I have a YAML with:
head_setup_commands:
- blah
- blah2
worker_setup_commands:
- blah 3
It is confusing that autoscaler autofills
setup_commands:
- source activate ...
- pip install ray ...
It would be great if setup_commands
were not autofilled in this case.