Skip to content

Commit f89004b

Browse files
committed
minor fix
Signed-off-by: Yongbozzz <yongbo.zhu@intel.com>
1 parent 688c93b commit f89004b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

EdgeCraftRAG/tests/test_compose_vllm_on_arc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function start_services() {
5757
cd $WORKPATH/docker_compose/intel/gpu/arc
5858
source set_env.sh
5959
# Start Docker Containers
60-
docker --profile a770 compose -f $COMPOSE_FILE up -d > ${LOG_PATH}/start_services_with_compose.log
60+
docker compose --profile a770 -f $COMPOSE_FILE up -d > ${LOG_PATH}/start_services_with_compose.log
6161
echo "ipex-llm-serving-xpu is booting, please wait."
6262
sleep 30s
6363
n=0

0 commit comments

Comments
 (0)