Skip to content

Commit 0ab047e

Browse files
Remove image from base-template
1 parent 42c2edd commit 0ab047e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/codeflare_sdk/ray/templates/base-template.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ spec:
6969
containers:
7070
# The Ray head pod
7171
- name: ray-head
72-
image: quay.io/modh/ray@sha256:0d715f92570a2997381b7cafc0e224cfa25323f18b9545acfd23bc2b71576d06
7372
imagePullPolicy: Always
7473
ports:
7574
- containerPort: 6379
@@ -150,7 +149,6 @@ spec:
150149
spec:
151150
containers:
152151
- name: machine-learning # must consist of lower case alphanumeric characters or '-', and must start and end with an alphanumeric character (e.g. 'my-name', or '123-abc'
153-
image: quay.io/modh/ray@sha256:0d715f92570a2997381b7cafc0e224cfa25323f18b9545acfd23bc2b71576d06
154152
# environment variables to set in the container.Optional.
155153
# Refer to https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/
156154
lifecycle:

0 commit comments

Comments
 (0)