Skip to content

Commit 6287f79

Browse files
committed
Fix issue
Signed-off-by: ZePan110 <[email protected]>
1 parent d1b5113 commit 6287f79

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CodeGen/tests/test_compose_on_gaudi.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,9 @@ function validate_gradio() {
196196

197197
function stop_docker() {
198198
local docker_profile="$1"
199-
200-
cd $WORKPATH/docker_compose/intel/hpu/gaudi
199+
cd $WORKPATH/docker_compose
200+
source set_env.sh
201+
cd intel/hpu/gaudi
201202
docker compose --profile ${docker_profile} down
202203
}
203204

CodeGen/tests/test_compose_on_xeon.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,9 @@ function validate_gradio() {
199199
function stop_docker() {
200200
local docker_profile="$1"
201201

202-
cd $WORKPATH/docker_compose/intel/cpu/xeon/
202+
cd $WORKPATH/docker_compose
203+
source set_env.sh
204+
cd intel/cpu/xeon/
203205
docker compose --profile ${docker_profile} down
204206
}
205207

0 commit comments

Comments
 (0)