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:
2025-11-22 20:55:01 +01:00
parent fcd23d4037
commit 6fe7c89aea

View File

@@ -52,7 +52,7 @@ stdout_logfile_maxbytes=50MB
stdout_logfile_backups=10
stderr_logfile_maxbytes=50MB
stderr_logfile_backups=10
environment=HF_HOME="huggingface_cache",HF_TOKEN="%(ENV_HF_TOKEN)s"
environment=HF_HOME="huggingface_cache"
priority=200
stopwaitsecs=30