Skip to content

Commit

Permalink
Update Dockerfile.ubi
Browse files Browse the repository at this point in the history
Remove debug code.
  • Loading branch information
RH-steve-grubb authored and dtrifiro committed Sep 13, 2024
1 parent c540965 commit d02a789
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,5 @@ ENV GRPC_PORT=8033 \
# see: https://github.com/vllm-project/vllm/pull/6485
DISABLE_LOGPROBS_DURING_SPEC_DECODING=false

#USER 2000
#ENTRYPOINT ["python3", "-m", "vllm_tgis_adapter", "--uvicorn-log-level=warning"]
USER root
ENTRYPOINT ["/bin/sh" ]
USER 2000
ENTRYPOINT ["python3", "-m", "vllm_tgis_adapter", "--uvicorn-log-level=warning"]

0 comments on commit d02a789

Please sign in to comment.