ray-project / kuberay

A toolkit to run Ray applications on Kubernetes
Apache License 2.0
963 stars 328 forks source link

fix: update ray-job.pytorch-image-classifier.yaml #2178

Closed davidxia closed 3 weeks ago

davidxia commented 3 weeks ago

add CPU limit to worker group. Otherwise using this RayJob YAML might result in the error of Pod using more CPU requests than the default limit.

Checks