添加 Dockerfile

This commit is contained in:
2026-01-27 10:19:25 +08:00
parent e4e5ac6174
commit 554969be2e

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM git.modelhub.org.cn:9443/enginex-iluvatar-bi150/vllm:0.8.3
ADD vllm-llama-head_dim.patch /tmp/vllm-llama-head_dim.patch
RUN patch -p0 < /tmp/vllm-llama-head_dim.patch