We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 688c93b commit f89004bCopy full SHA for f89004b
1 file changed
EdgeCraftRAG/tests/test_compose_vllm_on_arc.sh
@@ -57,7 +57,7 @@ function start_services() {
57
cd $WORKPATH/docker_compose/intel/gpu/arc
58
source set_env.sh
59
# Start Docker Containers
60
- docker --profile a770 compose -f $COMPOSE_FILE up -d > ${LOG_PATH}/start_services_with_compose.log
+ docker compose --profile a770 -f $COMPOSE_FILE up -d > ${LOG_PATH}/start_services_with_compose.log
61
echo "ipex-llm-serving-xpu is booting, please wait."
62
sleep 30s
63
n=0
0 commit comments