Skip to content

Commit f629652

Browse files
authored
Merge pull request #1775 from containers/update-vllm
Include fix that allows us to build on older ARM SoC's
2 parents fd86b56 + 8b66f7e commit f629652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container-images/scripts/build-vllm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ main() {
117117
uv pip install --upgrade pip
118118

119119
local vllm_url="https://github.com/vllm-project/vllm"
120-
local commit="6d8d0a24c02bfd84d46b3016b865a44f048ae84b"
120+
local commit="fcfd1eb9c556e295eb5708eb0f5e6ae775807775"
121121
git_clone_specific_commit "$vllm_url" "$commit"
122122
set_vllm_env_vars
123123
pip_install_all

0 commit comments

Comments
 (0)