Open
Description
For all Linux programs and docker containers the command line is natively an array of strings.
However, in SkyPilot setup
and run
are strings. This severely limits the compatibility with existing systems and containers and is a blocker for us.
Please allow setup
and run
to be string arrays.
run: ["program", "--param1", "value1", "--param2", "value2"]