Skip to content

Commit

Permalink
Fix docker compose changes (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
drobison00 authored Oct 28, 2024
1 parent c0ee83a commit f2df427
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2df427

Please sign in to comment.