fix: remove HF_TOKEN environment variable reference from orchestrator service
The HF_TOKEN environment variable is not available in the supervisord environment. Since the orchestrator service has autostart=false, removing the HF_TOKEN reference to allow supervisord to start successfully.
This commit is contained in:
@@ -52,7 +52,7 @@ stdout_logfile_maxbytes=50MB
|
|||||||
stdout_logfile_backups=10
|
stdout_logfile_backups=10
|
||||||
stderr_logfile_maxbytes=50MB
|
stderr_logfile_maxbytes=50MB
|
||||||
stderr_logfile_backups=10
|
stderr_logfile_backups=10
|
||||||
environment=HF_HOME="huggingface_cache",HF_TOKEN="%(ENV_HF_TOKEN)s"
|
environment=HF_HOME="huggingface_cache"
|
||||||
priority=200
|
priority=200
|
||||||
stopwaitsecs=30
|
stopwaitsecs=30
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user