From f2df4278cef3c054b3c6480128225eddf67996a4 Mon Sep 17 00:00:00 2001 From: Devin Robison Date: Mon, 28 Oct 2024 12:57:55 -0600 Subject: [PATCH] Fix docker compose changes (#200) --- docker-compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 65440d1a..ae6e93e5 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