Skip to content

Commit

Permalink
[BugFix] Use correct python3 binary in Docker.ppc64le entrypoint (vll…
Browse files Browse the repository at this point in the history
…m-project#9492)

Signed-off-by: Varad Ahirwadkar <varad.ahirwadkar1@ibm.com>
Signed-off-by: Tyler Michael Smith <tyler@neuralmagic.com>
  • Loading branch information
varad-ahirwadkar authored and tlrmchlsmth committed Nov 23, 2024
1 parent d4097b5 commit 122314a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ppc64le
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 122314a

Please sign in to comment.