From 076501a7840749369864e50f95b4bf4f4d024a8f Mon Sep 17 00:00:00 2001 From: Cyberes Date: Mon, 9 Oct 2023 18:18:29 -0600 Subject: [PATCH] adjust vllm docker --- other/vllm/Docker/supervisord.conf | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/other/vllm/Docker/supervisord.conf b/other/vllm/Docker/supervisord.conf index 6dafe35..907a68c 100644 --- a/other/vllm/Docker/supervisord.conf +++ b/other/vllm/Docker/supervisord.conf @@ -26,7 +26,18 @@ environment=HOME="/home/apiserver",USER="apiserver" [program:jupyter] command=/jupyterlab/bin/jupyter lab --allow-root --ip=0.0.0.0 --no-browser --ServerApp.trust_xheaders=True --ServerApp.disable_check_xsrf=False --ServerApp.allow_remote_access=True --ServerApp.allow_origin='*' --ServerApp.allow_credentials=True --notebook-dir /notebooks environment=SHELL="/bin/bash" -; JUPYTER_CONFIG_DIR="/app/jupyter" +autostart=true +autorestart=true +stdout_logfile=/dev/fd/1 +stdout_logfile_maxbytes=0 +stderr_logfile=/dev/fd/2 +stderr_logfile_maxbytes=0 [program:ssh] command=/usr/sbin/sshd -D +autostart=true +autorestart=true +stdout_logfile=/dev/fd/1 +stdout_logfile_maxbytes=0 +stderr_logfile=/dev/fd/2 +stderr_logfile_maxbytes=0