You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar feature requirement.
Description
Rayjob take care of the ray cluster creation, code submission, and cluster decommision. My goal is to have a disposable way to create jobs without worrying about the cluster resource provision and decommision. In an ideal world, everytime I only need apply the rayjob manifest, I could get the result and it's done. However, in the official documentation, I see it's supporting mounting code as a configmap, which doesn't look like a scalable solution when the project contains complex file structures. It also supports using git clone from public Github inside the rayjob entrypoint. But I didn't find any information on GitHub Enterprise support/integration, so I would like to have this feature to support more enterprise use cases.
Use case
similar to #2200, I also come from an ML platform team, and we would like our users to clone their code from GHE in the rayjob entrypoint, and run the code from there.
Search before asking
Description
Rayjob take care of the ray cluster creation, code submission, and cluster decommision. My goal is to have a disposable way to create jobs without worrying about the cluster resource provision and decommision. In an ideal world, everytime I only need apply the rayjob manifest, I could get the result and it's done. However, in the official documentation, I see it's supporting mounting code as a configmap, which doesn't look like a scalable solution when the project contains complex file structures. It also supports using git clone from public Github inside the rayjob entrypoint. But I didn't find any information on GitHub Enterprise support/integration, so I would like to have this feature to support more enterprise use cases.
Use case
similar to #2200, I also come from an ML platform team, and we would like our users to clone their code from GHE in the rayjob entrypoint, and run the code from there.
Related issues
#2200
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: