We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56925f1 commit 7bb3e64Copy full SHA for 7bb3e64
tests/test-case.yaml
@@ -68,7 +68,12 @@ spec:
68
values:
69
- unit-test-cluster
70
containers:
71
- - image: ghcr.io/foundation-model-stack/base:ray2.1.0-py38-gpu-pytorch1.12.0cu116-20221213-193103
+ - env:
72
+ - name: MY_POD_IP
73
+ valueFrom:
74
+ fieldRef:
75
+ fieldPath: status.podIP
76
+ image: ghcr.io/foundation-model-stack/base:ray2.1.0-py38-gpu-pytorch1.12.0cu116-20221213-193103
77
imagePullPolicy: Always
78
lifecycle:
79
preStop:
0 commit comments