Files
enginex-bi_150-vllm/Dockerfile

3 lines
171 B
Docker
Raw Permalink Normal View History

2026-01-27 10:19:25 +08:00
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