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
90ccc92c
"lib/mocker/vscode:/vscode.git/clone" did not exist on "1368ccd6031fbafa10ca44e8fe547f8a2111319d"
Unverified
Commit
90ccc92c
authored
Apr 17, 2026
by
MatejKosec
Committed by
GitHub
Apr 17, 2026
Browse files
fix(container): sync VLLM_VER when --vllm-ref is passed to install_vllm.sh (#8257)
parent
32ec044c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
container/deps/vllm/install_vllm.sh
container/deps/vllm/install_vllm.sh
+1
-0
No files found.
container/deps/vllm/install_vllm.sh
View file @
90ccc92c
...
@@ -37,6 +37,7 @@ while [[ $# -gt 0 ]]; do
...
@@ -37,6 +37,7 @@ while [[ $# -gt 0 ]]; do
;;
;;
--vllm-ref
)
--vllm-ref
)
VLLM_REF
=
"
$2
"
VLLM_REF
=
"
$2
"
VLLM_VER
=
"
${
VLLM_REF
#v
}
"
shift
2
shift
2
;;
;;
--max-jobs
)
--max-jobs
)
...
...
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