lmsh7
lmsh7
> Great job! Please add a test report for this PR. Test report: 1. Add node with wrong setting.  2. Clusterfile after add failed. ...
I think I fixed the issue where rayjob was stuck in pending state due to failure to get default worker path, can anyone review my PR? https://github.com/ray-project/ray/pull/53653
@LeonardoRosati Still waiting for review. Actually, the fix is very simple and only affects one file: `python/ray/_private/runtime_env/image_uri.py`. You can directly replace this file in your Ray codebase with the one...
@LeonardoRosati Your example program doesn’t seem to use a container in the runtime_env, does it? I am testing on a Kubernetes cluster, where I need to submit a ray_job.yaml file,...