fix: HF_HOME for vllm
All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 14s

This commit is contained in:
2025-11-27 00:20:42 +01:00
parent 874e9a639d
commit 5e9aa8f25d

View File

@@ -69,7 +69,7 @@ stdout_logfile_maxbytes=50MB
stdout_logfile_backups=10
stderr_logfile_maxbytes=50MB
stderr_logfile_backups=10
environment=HF_TOKEN="%(ENV_HF_TOKEN)s"
environment=HF_HOME="./.cache/vllm",HF_TOKEN="%(ENV_HF_TOKEN)s"
priority=200
stopwaitsecs=30
@@ -86,7 +86,7 @@ stdout_logfile_maxbytes=50MB
stdout_logfile_backups=10
stderr_logfile_maxbytes=50MB
stderr_logfile_backups=10
environment=HF_TOKEN="%(ENV_HF_TOKEN)s"
environment=HF_HOME="./.cache/vllm",HF_TOKEN="%(ENV_HF_TOKEN)s"
priority=201
stopwaitsecs=30