[Bug]: Set LD_LIBRARY_PATH to include the 'standard' CUDA location #25766
+6
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
NVIDIA changed the CUDA library install path in their base
images in 12.8, but some container providers automount drivers
in the old location. After discussion with NVIDIA future CUDA
images (13.0+) will revert to the old path. Until then, reduce
the friction for new vLLM users running on GKE by including
the old / future mount path ahead of the built in CUDA to
allow automount logic to work out of the box.
Fixes #18859
Test Plan
Verify the built image works with an automounted CUDA version
provided by the container platform at /usr/local/nvidia/lib64.
Start vLLM in a minimal config on GKE with automounted drivers.
Test Result
In progress ...
Essential Elements of an Effective PR Description Checklist
supported_models.md
andexamples
for a new model.