mirror of
https://github.com/wassname/ray.git
synced 2026-07-08 11:26:36 +08:00
[docker] Wrap more internal items with run_env="host" (#10078)
This commit is contained in:
@@ -556,6 +556,7 @@ class DockerCommandRunner(SSHCommandRunner):
|
||||
ssh_options_override_ssh_key=ssh_options_override_ssh_key)
|
||||
|
||||
def run_rsync_up(self, source, target):
|
||||
# TODO(ilr) Expose this to before NodeUpdater::sync_file_mounts
|
||||
protected_path = target
|
||||
if target.find("/root") == 0:
|
||||
target = target.replace("/root", "/tmp/root")
|
||||
|
||||
Reference in New Issue
Block a user