Fix vllm service error (#10279)
This commit is contained in:
parent
4e6cc424f1
commit
a2ed4d714e
1 changed files with 2 additions and 0 deletions
|
|
@ -48,6 +48,8 @@ RUN env DEBIAN_FRONTEND=noninteractive apt-get update && \
|
||||||
# Copy vLLM-Serving
|
# Copy vLLM-Serving
|
||||||
cp -r ./BigDL/python/llm/example/CPU/vLLM-Serving/ ./vLLM-Serving && \
|
cp -r ./BigDL/python/llm/example/CPU/vLLM-Serving/ ./vLLM-Serving && \
|
||||||
rm -rf ./BigDL && \
|
rm -rf ./BigDL && \
|
||||||
|
# Fix vllm service
|
||||||
|
pip install pydantic==1.10.11 && \
|
||||||
# Install miniconda
|
# Install miniconda
|
||||||
curl -LO "https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh" && \
|
curl -LO "https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh" && \
|
||||||
bash Miniconda3-latest-Linux-x86_64.sh -b && \
|
bash Miniconda3-latest-Linux-x86_64.sh -b && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue