Skip to content

Commit

Permalink
Docker compose fixes (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdye64 authored Oct 16, 2024
1 parent 733f40f commit bb75d5d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ services:
- CACHED_GRPC_ENDPOINT=cached:8001
- CACHED_HTTP_ENDPOINT=http://cached:8000/v1/infer
- CACHED_INFER_PROTOCOL=grpc
- CUDA_VISIBLE_DEVICES=1
- CUDA_VISIBLE_DEVICES=0
- DEPLOT_GRPC_ENDPOINT=""
# self hosted deplot
- DEPLOT_HEALTH_ENDPOINT=deplot:8000
Expand Down Expand Up @@ -169,9 +169,7 @@ services:
- driver: nvidia
device_ids: ["1"]
capabilities: [gpu]
depends_on:
- milvus


otel-collector:
image: otel/opentelemetry-collector-contrib:0.91.0
hostname: otel-collector
Expand Down

0 comments on commit bb75d5d

Please sign in to comment.