mirror of https://github.com/vllm-project/vllm
Build docker image with shared objects from "build" step (#2237)
This commit is contained in:
parent
aee8ef661a
commit
937e7b7d7c
|
@ -0,0 +1 @@
|
|||
vllm/*.so
|
|
@ -81,4 +81,3 @@ COPY --from=build /workspace/vllm/*.so /workspace/vllm/
|
|||
COPY vllm vllm
|
||||
|
||||
ENTRYPOINT ["python3", "-m", "vllm.entrypoints.openai.api_server"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue