diff --git a/other/vllm/Docker/supervisord.conf b/other/vllm/Docker/supervisord.conf index 182c1cb..a88f4eb 100644 --- a/other/vllm/Docker/supervisord.conf +++ b/other/vllm/Docker/supervisord.conf @@ -2,7 +2,7 @@ nodaemon=true [program:api_server] -command=/venv/bin/python /local-llm-server/other/vllm/vllm_api_server.py --host 0.0.0.0 --port 7000 %(ENV_API_SERVER_ARGS)s +command=/venv/bin/python /local-llm-server/other/vllm/vllm_api_server.py --host 0.0.0.0 --port 7000 $(cat /storage/vllm/cmd.txt) autostart=true autorestart=true stdout_logfile=/dev/fd/1