Skip to content

Commit 690129a

Browse files
committed
Add setuptools_scm
Signed-off-by: Eric Curtin <[email protected]>
1 parent 6da1e9c commit 690129a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

container-images/scripts/build-vllm.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ pip_install_all() {
106106
pip_install requirements/cpu-build.txt
107107
pip_install requirements/cpu.txt
108108
elif [ "$containerfile" = "cuda" ]; then
109+
pip_install setuptools_scm
109110
pip_install requirements/cuda.txt
110111
fi
111112
}

0 commit comments

Comments
 (0)