Unverified Commit ec6bd6c4 authored by Varad Ahirwadkar's avatar Varad Ahirwadkar Committed by GitHub
Browse files

[BugFix] Use correct python3 binary in Docker.ppc64le entrypoint (#9492)


Signed-off-by: default avatarVarad Ahirwadkar <varad.ahirwadkar1@ibm.com>
parent 8ca89548
......@@ -33,4 +33,4 @@ WORKDIR /workspace/
RUN ln -s /workspace/vllm/tests && ln -s /workspace/vllm/examples && ln -s /workspace/vllm/benchmarks
ENTRYPOINT ["python3", "-m", "vllm.entrypoints.openai.api_server"]
ENTRYPOINT ["/opt/conda/bin/python3", "-m", "vllm.entrypoints.openai.api_server"]
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment