Skip to content

Commit 3bb51f7

Browse files
authored
Fix failing data prep milvus multimodal tests that use the LVM (opea-project#1441)
Signed-off-by: Dina Suehiro Jones <dina.s.jones@intel.com>
1 parent 03ac6ed commit 3bb51f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dataprep/test_dataprep_milvus_multimodal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function start_lvm_service() {
6060
unset http_proxy
6161
docker run -d --name="test-comps-lvm-llava" -e http_proxy=$http_proxy -e https_proxy=$https_proxy -p 5029:8399 --ipc=host opea/lvm-llava:comps
6262
sleep 4m
63-
docker run -d --name="test-comps-lvm-llava-svc" -e LVM_ENDPOINT=http://$ip_address:5029 -e http_proxy=$http_proxy -e https_proxy=$https_proxy -p ${LVM_PORT}:9399 --ipc=host opea/lvm:comps
63+
docker run -d --name="test-comps-lvm-llava-svc" -e LVM_COMPONENT_NAME=OPEA_LLAVA_LVM -e LVM_ENDPOINT=http://$ip_address:5029 -e http_proxy=$http_proxy -e https_proxy=$https_proxy -p ${LVM_PORT}:9399 --ipc=host opea/lvm:comps
6464
sleep 1m
6565
}
6666

0 commit comments

Comments
 (0)