adjust docker
This commit is contained in:
parent
048e5a8060
commit
7456bbe085
|
@ -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
|
||||
|
|
Reference in New Issue