Skip to content

Commit 3cd909b

Browse files
committed
CARRY: Set pytorch-init-container-image option
1 parent 502c559 commit 3cd909b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

manifests/rhoai/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ replacements:
3030
name: training-operator
3131
fieldPaths:
3232
- spec.template.spec.containers.0.image
33+
- spec.template.spec.containers.0.args.2
3334

3435
# Labels to add to all resources and selectors.
3536
labels:

manifests/rhoai/manager_config_patch.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ spec:
1010
image: $(image)
1111
args:
1212
- "--zap-log-level=2"
13+
- --pytorch-init-container-image
14+
- $(image)

0 commit comments

Comments
 (0)