File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed
ray-operator/config/samples Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -95,17 +95,18 @@ spec:
95
95
cpu : " 1"
96
96
requests :
97
97
cpu : " 200m"
98
- # SubmitterPodTemplate is the template for the pod that will run the `ray job submit` command against the RayCluster.
99
- # If SubmitterPodTemplate is specified, the first container is assumed to be the submitter container.
100
- # submitterPodTemplate:
101
- # spec:
102
- # restartPolicy: Never
103
- # containers:
104
- # - name: my-custom-rayjob-submitter-pod
105
- # image: rayproject/ray:2.46.0
106
- # # If Command is not specified, the correct command will be supplied at runtime using the RayJob spec `entrypoint` field.
107
- # # Specifying Command is not recommended.
108
- # # command: ["sh", "-c", "ray job submit --address=http://$RAY_DASHBOARD_ADDRESS --submission-id=$RAY_JOB_SUBMISSION_ID -- echo hello world"]
98
+
99
+ # SubmitterPodTemplate is the template for the pod that will run the `ray job submit` command against the RayCluster.
100
+ # If SubmitterPodTemplate is specified, the first container is assumed to be the submitter container.
101
+ # submitterPodTemplate:
102
+ # spec:
103
+ # restartPolicy: Never
104
+ # containers:
105
+ # - name: my-custom-rayjob-submitter-pod
106
+ # image: rayproject/ray:2.46.0
107
+ # # If Command is not specified, the correct command will be supplied at runtime using the RayJob spec `entrypoint` field.
108
+ # # Specifying Command is not recommended.
109
+ # # command: ["sh", "-c", "ray job submit --address=http://$RAY_DASHBOARD_ADDRESS --submission-id=$RAY_JOB_SUBMISSION_ID -- echo hello world"]
109
110
110
111
111
112
# #####################Ray code sample#################################
You can’t perform that action at this time.
0 commit comments