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 <[email protected]>
  • Loading branch information
varad-ahirwadkar authored Oct 21, 2024
1 parent 8ca8954 commit ec6bd6c
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 ec6bd6c

Please sign in to comment.