From 7456bbe0853b60b09ee8721cf893b984b3a1f710 Mon Sep 17 00:00:00 2001 From: Cyberes Date: Tue, 26 Sep 2023 23:23:54 -0600 Subject: [PATCH] adjust docker --- other/vllm/Docker/supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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