-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[autoscaler] Ray submit with docker doesn't rsync the script to the container #4183
Comments
Sorry for the late reply. A good fix here would be to use I can probably get to this in a couple days, but if you're interested in a contributing a fix, I'd be more than glad to help fix up the PR and get it merged. |
Thanks for looking into this. Sorry, I could do it probably next week, but definitely not in the next few days... |
This comment has been minimized.
This comment has been minimized.
Oops, this should be addressed in #4403. |
So what ended up being the fix for this? |
I am also looking for the fix to this. |
System information
Describe the problem
If I run
submit
without--docker
then the worker can execute the specified script from~
, but when--docker
is set, it throws:When the
docker run
is called in the initialization phase, there doesn't seem to be any attached volumes, so I guess a shared location between the host and the container should resolve this, but there could be better ways as well.Source code / logs
I can include full logs if necessary.
The text was updated successfully, but these errors were encountered: