Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
9293abb8
Unverified
Commit
9293abb8
authored
Apr 23, 2026
by
Anant Sharma
Committed by
GitHub
Apr 23, 2026
Browse files
fix: install ray in vllm-runtime image (#8515)
Signed-off-by:
Anant Sharma
<
anants@nvidia.com
>
parent
65433f43
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
container/deps/requirements.vllm.txt
container/deps/requirements.vllm.txt
+7
-0
pyproject.toml
pyproject.toml
+1
-0
No files found.
container/deps/requirements.vllm.txt
View file @
9293abb8
...
...
@@ -6,4 +6,11 @@
av==15.0.0
ftfy==6.3.1
nvtx==0.2.14
# Pin transformers and onnxruntime: vLLM only sets a lower bound on
# transformers, so resolver drift can change versions between builds
# and shift LLaVA/vision preprocessing, making multimodal outputs
# non-reproducible. Lock both here to keep the image deterministic.
onnxruntime==1.24.4
ray==2.55.0
sentencepiece==0.2.1
transformers==5.5.4
pyproject.toml
View file @
9293abb8
...
...
@@ -58,6 +58,7 @@ vllm = [
"blake3>=1.0.0,<2.0.0"
,
"soundfile>=0.13.1"
,
"librosa>=0.10.0"
,
"ray==2.55.0"
,
]
sglang
=
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment