From 99052445444f21c74eb9456a272527c72f76816b Mon Sep 17 00:00:00 2001 From: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com> Date: Fri, 31 Jan 2025 18:03:52 -0800 Subject: [PATCH] Check for llava-tgi-service being started rather than healthy Signed-off-by: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com> --- VisualQnA/docker_compose/intel/cpu/xeon/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualQnA/docker_compose/intel/cpu/xeon/compose.yaml b/VisualQnA/docker_compose/intel/cpu/xeon/compose.yaml index 89525bd65d..35a418f6eb 100644 --- a/VisualQnA/docker_compose/intel/cpu/xeon/compose.yaml +++ b/VisualQnA/docker_compose/intel/cpu/xeon/compose.yaml @@ -28,7 +28,7 @@ services: container_name: lvm-xeon-server depends_on: llava-tgi-service: - condition: service_healthy + condition: service_started # service_healthy ports: - "9399:9399" ipc: host