Fix vllm service error (#10279)

This commit is contained in:
Lilac09 2024-02-29 15:45:04 +08:00 committed by GitHub
parent 4e6cc424f1
commit a2ed4d714e

View file

@ -48,6 +48,8 @@ RUN env DEBIAN_FRONTEND=noninteractive apt-get update && \
# Copy vLLM-Serving
cp -r ./BigDL/python/llm/example/CPU/vLLM-Serving/ ./vLLM-Serving && \
rm -rf ./BigDL && \
# Fix vllm service
pip install pydantic==1.10.11 && \
# Install miniconda
curl -LO "https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh" && \
bash Miniconda3-latest-Linux-x86_64.sh -b && \