You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generated random users (non-root) sometime has no home set (as e,g, in OpenShift), which in such case default to forbidden / , and the libraries of
Triton, XDG, Flushinfer and Hugging pointing their cache there, resulting in failure of the vLLM pod.
The suggested fix is to enable pointing their caches to a safe mount (e,g, under /tmp) by values.yaml parameters and related additions in the deployment.yaml for env, volumes and volumeMounts.