Skip to content

Commit

Permalink
🍱 add license file to /licenses/vllm.md (#11)
Browse files Browse the repository at this point in the history
Had a user request for the apache 2 license file to exist in the image
we provide

Signed-off-by: Joe Runde <[email protected]>
  • Loading branch information
joerunde authored Mar 29, 2024
1 parent 8620421 commit fa458de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -304,5 +304,7 @@ RUN microdnf install -y shadow-utils \
&& microdnf clean all \
&& chmod g+rwx $HOME /usr/src /workspace

COPY LICENSE /licenses/vllm.md

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

0 comments on commit fa458de

Please sign in to comment.