Commit c9d6f6f
committed
feat(docker): make standard-supervisor optional via entrypoint script
Add configurable entrypoint.sh that allows toggling standard-supervisor
usage via VLLM_USE_STANDARD_SUPERVISOR environment variable.
- Default: direct vllm serve execution (standard-supervisor disabled)
- Set VLLM_USE_STANDARD_SUPERVISOR=true to enable standard-supervisor
Signed-off-by: Shen Teng <[email protected]>1 parent bc33944 commit c9d6f6f
2 files changed
+26
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
593 | 593 | | |
594 | 594 | | |
595 | 595 | | |
596 | | - | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
597 | 600 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments