[Misc] Add In-Container restart capability through supervisord for sagemaker entrypoint (#28502)

Signed-off-by: Shen Teng <sheteng@amazon.com>
Signed-off-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
This commit is contained in:
HappyAmazonian
2026-01-13 13:06:10 -08:00
committed by GitHub
parent 69f8a0ea37
commit 2f4a71daf2
2 changed files with 2 additions and 2 deletions

View File

@@ -21,4 +21,4 @@ while IFS='=' read -r key value; do
done < <(env | grep "^${PREFIX}")
# Pass the collected arguments to the main entrypoint
exec vllm serve "${ARGS[@]}"
exec standard-supervisor vllm serve "${ARGS[@]}"