Skip to content

Commit 937e7b7

Browse files
authored
Build docker image with shared objects from "build" step (vllm-project#2237)
1 parent aee8ef6 commit 937e7b7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.dockerignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vllm/*.so

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,3 @@ COPY --from=build /workspace/vllm/*.so /workspace/vllm/
8181
COPY vllm vllm
8282

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

0 commit comments

Comments
 (0)