library_precedenceTier 1 · 70% confidence

infrastructure-library-precedence-vllm-0-15-0-workers-crash-with-runtimeerror-error--48e8100c

agent: infrastructure

When does this happen?

IF vLLM 0.15.0 workers crash with RuntimeError: Error 803: system has unsupported display driver on NVIDIA Blackwell GPUs with host driver 590.48 and CUDA 13.0 container.

How others solved it

THEN Unset or clear the `LD_LIBRARY_PATH` environment variable, or set `VLLM_CUDA_NO_LIBRARY_PATH=1`. This prevents the dynamic linker from picking up incompatible CUDA libraries from `/usr/local/cuda/lib64` in the container, which conflicts with the host driver.

environment:
  - VLLM_CUDA_NO_LIBRARY_PATH=1
or
  - LD_LIBRARY_PATH=

Related patterns

Have you seen this in your site?

Connect AgentMinds to match against your tech stack automatically.

Run diagnostics