Replies: 1 comment
-
|
Thanks for raising this — the friction you're describing is real, and the comparison to 1. The workflow you want is supported today via
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks for raising this — the friction you're describing is real, and the comparison to 1. The workflow you want is supported today via
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the current behavior
In remote-worker mode, worker machines cannot access the deploy client's local path.
Users must manually package/upload code to shared storage first, then configure pull steps.
This creates operational friction, especially for teams migrating from Ray workflows (ray job submit) where local code submission is typically one step.
Describe the proposed behavior
When deploying to remote workers, support an opt-in flow based on --working-dir:
Behavior
Beta Was this translation helpful? Give feedback.
All reactions