SkyPilot: Run AI and batch jobs on any infra (Kubernetes or 12+ clouds). Get unified execution, cost savings, and high GPU availability via a simple interface.
In this case, SkyPilot sets the bucket name to sky-demo-data-test, instead of overriding it mybucket with from my envs that I updated in my python script.
This behavior is because we fill in from env vars in storage and file_mounts in from_yaml(). We should probably do it at runtime instead.
I have a YAML like this:
And a task like so:
In this case, SkyPilot sets the bucket name to
sky-demo-data-test
, instead of overriding itmybucket
with from my envs that I updated in my python script.This behavior is because we fill in from env vars in storage and file_mounts in
from_yaml()
. We should probably do it at runtime instead.