Files
xc-llm-kunlun/dockerfile/Dockerfile_vision
2025-12-10 17:51:24 +08:00

8 lines
222 B
Plaintext

ARG BASE_IMAGE=iregistry.baidu-int.com/hac_test/aiak-inference-llm:xpu_dev_202508030_v1
FROM ${BASE_IMAGE}
COPY vllm-kunlun /workspace/vllm-kunlun
RUN bash /workspace/vllm-kunlun/dockerfile/install.sh
WORKDIR /workspace