Skip to content

Commit

Permalink
Merge pull request vllm-project#152 from vaibhavjainwiz/RHOAIENG-12233
Browse files Browse the repository at this point in the history
Add sample chat template into vLLM container
  • Loading branch information
vaibhavjainwiz authored Sep 10, 2024
2 parents 341a6b5 + 9422ba0 commit b25cd22
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 b25cd22

Please sign in to comment.