Add minimal vLLM 0.16.1 build repo for BI-V150

This commit is contained in:
2026-04-18 10:56:22 +08:00
commit d69657327e
1895 changed files with 615301 additions and 0 deletions

11
Dockerfile Normal file
View File

@@ -0,0 +1,11 @@
FROM registry.iluvatar.com.cn:10443/customer/sz/vllm0.11.2-4.4.0-x86:v8
# Keep the runtime stack from the known-good v8 image, but replace the
# installed Python package with the repository's patched 0.16.1rc0 sources.
WORKDIR /tmp
RUN rm -rf /usr/local/lib/python3.12/dist-packages/vllm \
/usr/local/lib/python3.12/dist-packages/vllm-*.dist-info
COPY vllm /usr/local/lib/python3.12/dist-packages/vllm
COPY vllm-0.16.1rc0+corex.4.4.0.dist-info /usr/local/lib/python3.12/dist-packages/vllm-0.16.1rc0+corex.4.4.0.dist-info