Build docker image with shared objects from "build" step (#2237)

This commit is contained in:
Alexandre Payot
2024-01-04 18:35:18 +01:00
committed by GitHub
parent aee8ef661a
commit 937e7b7d7c
2 changed files with 1 additions and 1 deletions

1
.dockerignore Normal file
View File

@@ -0,0 +1 @@
vllm/*.so

View File

@@ -81,4 +81,3 @@ COPY --from=build /workspace/vllm/*.so /workspace/vllm/
COPY vllm vllm
ENTRYPOINT ["python3", "-m", "vllm.entrypoints.openai.api_server"]