Update 'other/vllm/Docker/supervisord.conf'

This commit is contained in:
Cyberes 2023-09-30 13:00:01 -06:00
parent 2e998344d6
commit d8ac9dc042
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ user=apiserver
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
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"