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 Sep 4, 2024
1 parent 98e818d commit fa8c8c2
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 @@ -217,7 +217,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 fa8c8c2

Please sign in to comment.