Skip to content

Commit

Permalink
Build docker image with shared objects from "build" step (vllm-projec…
Browse files Browse the repository at this point in the history
  • Loading branch information
payoto authored Jan 4, 2024
1 parent aee8ef6 commit 937e7b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vllm/*.so
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,3 @@ COPY --from=build /workspace/vllm/*.so /workspace/vllm/
COPY vllm vllm

ENTRYPOINT ["python3", "-m", "vllm.entrypoints.openai.api_server"]

0 comments on commit 937e7b7

Please sign in to comment.