Skip to content

Commit

Permalink
Merge pull request #153 from openshift-cherrypick-robot/cherry-pick-1…
Browse files Browse the repository at this point in the history
…52-to-release

[release] Add sample chat template into vLLM container
  • Loading branch information
vaibhavjainwiz authored Sep 10, 2024
2 parents 1fe2bc9 + cef4bc9 commit 1c36661
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@ RUN umask 002 \

COPY LICENSE /licenses/vllm.md

# Copy only .jinja files from example directory to template directory
COPY examples/*.jinja /app/data/template/

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

Expand Down

0 comments on commit 1c36661

Please sign in to comment.