Skip to content

Commit eb80897

Browse files
committed
Update dockerfile
1 parent c5d1220 commit eb80897

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docker/llm/serving/xpu/docker/Dockerfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,10 @@ RUN set -eux && \
186186
VLLM_TARGET_DEVICE=xpu pip install --no-build-isolation -v /llm/vllm && \
187187
rm -rf /llm/vllm_for_multi_arc.patch && \
188188
pip install mpi4py fastapi uvicorn openai && \
189-
pip install ray
189+
pip install ray && \
190+
# Link libze_loader.so
191+
cd /usr/lib/x86_64-linux-gnu && \
192+
ln -s libze_loader.so.1 libze_loader.so
190193

191194

192195
WORKDIR /llm/

0 commit comments

Comments
 (0)