Skip to content

Commit 9e86b85

Browse files
sammshenYuhanLiu11
andauthored
[CI]: change the entrypoint of nightly docker images (#514)
* change the entrypoint of nightly docker images Signed-off-by: Samuel Shen <[email protected]> * remove trailing whitespace Signed-off-by: Samuel Shen <[email protected]> --------- Signed-off-by: Samuel Shen <[email protected]> Co-authored-by: Yuhan Liu <[email protected]>
1 parent 0b6a61c commit 9e86b85

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

helm/templates/deployment-vllm-multi.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,16 @@ spec:
8787
add:
8888
- SYS_PTRACE
8989
command:
90-
{{- if or (eq $modelSpec.tag "2025-05-27-v1") (eq $modelSpec.tag "2025-05-17-v1") (and (eq $modelSpec.tag "latest") (eq $modelSpec.repository "lmcache/vllm-openai")) }}
90+
{{- if or
91+
(eq $modelSpec.tag "2025-05-27-v1")
92+
(eq $modelSpec.tag "2025-05-17-v1")
93+
(eq $modelSpec.tag "latest-nightly")
94+
(hasPrefix "nightly-" $modelSpec.tag)
95+
(and
96+
(eq $modelSpec.tag "latest")
97+
(eq $modelSpec.repository "lmcache/vllm-openai")
98+
)
99+
}}
91100
- "/opt/venv/bin/vllm"
92101
{{- else }}
93102
- "vllm"

0 commit comments

Comments
 (0)