From 2a998286c05ed12d0d82a5c8fea1ec136a8efe01 Mon Sep 17 00:00:00 2001 From: WeiJie_Hong <1462519292@qq.com> Date: Fri, 23 Jan 2026 18:55:56 +0800 Subject: [PATCH] =?UTF-8?q?[Doc]=20update=20base=20image=20url=EF=BC=881.R?= =?UTF-8?q?eplace=20conda=20with=20uv;=202.Integrate=20xpytorch=20and=20op?= =?UTF-8?q?s=20into=20the=20image.)=20(#146)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: WeiJie_Hong <1462519292@qq.com> --- docs/Dockerfile.xpu | 44 ++++++++++++++++++----------------- docs/source/installation.md | 46 ++++--------------------------------- 2 files changed, 27 insertions(+), 63 deletions(-) diff --git a/docs/Dockerfile.xpu b/docs/Dockerfile.xpu index 95b5671..8f50bd6 100644 --- a/docs/Dockerfile.xpu +++ b/docs/Dockerfile.xpu @@ -30,33 +30,40 @@ RUN apt-get update && \ gcc g++ cmake libnuma-dev \ wget tmux curl \ software-properties-common && \ + apt remove -y python3.8 python3.8-minimal python3.8-dev && \ + apt purge -y python3.8 python3.8-minimal python3.8-dev && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* -RUN conda init && conda create --name vllm_kunlun_0.10.1.1 python=3.10.15 -y && \ - conda run -n vllm_kunlun_0.10.1.1 && source activate vllm_kunlun_0.10.1.1 && \ - conda clean -afy +RUN sed -i '/# >>> conda initialize >>>/,/# <<< conda initialize <<