✨ Feat: Add Dockerfile.vllm to support model serving with vLLM#12
Open
✨ Feat: Add Dockerfile.vllm to support model serving with vLLM#12
Conversation
a6b0459 to
6f939ee
Compare
1bdde8f to
1ce392c
Compare
Beldine-Moturi
pushed a commit
that referenced
this pull request
Feb 2, 2026
Dockerfiles optimization
1ce392c to
30aec7f
Compare
30aec7f to
acfea59
Compare
Signed-off-by: Brian Glar <bogolla4@gmail.com>
01153af to
33326d4
Compare
- Use full python3 package instead of python3-minimal for ctypes support - Preserve numpy test directories during cleanup - Create cache/config directories with proper permissions Signed-off-by: Brian Glar <bogolla4@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Add Dockerfile.vllm to support model serving with vLLM
Related Issue (optional)
How to test this PR?
Port-forward to deployed pod:
kubectl port-forward -n geospatial-dev deployment/vllm-geospatial-studio 8000:8000Send POST request to /pooling endpoint:
Screenshots / Logs (optional)
Checklist