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 <<