From 077b3101b30ebe0104cc861c2868c806f5ea3d79 Mon Sep 17 00:00:00 2001 From: Xiaomeng Zhao Date: Mon, 2 Mar 2026 17:23:44 +0800 Subject: [PATCH] Update base image in mlu.Dockerfile --- docker/china/mlu.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/china/mlu.Dockerfile b/docker/china/mlu.Dockerfile index f9dd9382..e2cb26eb 100644 --- a/docker/china/mlu.Dockerfile +++ b/docker/china/mlu.Dockerfile @@ -1,6 +1,6 @@ # 基础镜像配置 vLLM 或 LMDeploy ,请根据实际需要选择其中一个,要求 amd64(x86-64) CPU + Cambricon MLU. # Base image containing the LMDEPLOY inference environment, requiring amd64(x86-64) CPU + Cambricon MLU. -FROM crpi-4crprmm5baj1v8iv.cn-hangzhou.personal.cr.aliyuncs.com/lmdeploy_dlinfer/camb:qwen2.5_vl +FROM crpi-4crprmm5baj1v8iv.cn-hangzhou.personal.cr.aliyuncs.com/lmdeploy_dlinfer/camb:mineru25 ARG BACKEND=lmdeploy # Base image containing the vLLM inference environment, requiring amd64(x86-64) CPU + Cambricon MLU. # FROM crpi-vofi3w62lkohhxsp.cn-shanghai.personal.cr.aliyuncs.com/opendatalab-mineru/mlu:vllm0.8.3-torch2.6.0-torchmlu1.26.1-ubuntu22.04-py310 @@ -39,4 +39,4 @@ RUN /bin/bash -c '\ WORKDIR /workspace # Set the entry point to activate the virtual environment and run the command line tool -ENTRYPOINT ["/bin/bash", "-c", "export MINERU_MODEL_SOURCE=local && exec \"$@\"", "--"] \ No newline at end of file +ENTRYPOINT ["/bin/bash", "-c", "export MINERU_MODEL_SOURCE=local && exec \"$@\"", "--"]