diff --git a/docker-compose.yaml b/docker-compose.yaml index 65440d1aa..ae6e93e5e 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -135,11 +135,11 @@ services: - CUDA_VISIBLE_DEVICES=0 - DEPLOT_GRPC_ENDPOINT="" # self hosted deplot - #- DEPLOT_HEALTH_ENDPOINT=deplot:8000 - #- DEPLOT_HTTP_ENDPOINT=http://deplot:8000/v1/chat/completions + - DEPLOT_HEALTH_ENDPOINT=deplot:8000 + - DEPLOT_HTTP_ENDPOINT=http://deplot:8000/v1/chat/completions # build.nvidia.com hosted deplot - DEPLOT_INFER_PROTOCOL=http - - DEPLOT_HTTP_ENDPOINT=https://ai.api.nvidia.com/v1/vlm/google/deplot + #- DEPLOT_HTTP_ENDPOINT=https://ai.api.nvidia.com/v1/vlm/google/deplot - DOUGHNUT_GRPC_TRITON=triton-doughnut:8001 - INGEST_LOG_LEVEL=DEFAULT - MESSAGE_CLIENT_HOST=redis