Skip to content

Commit 24b3737

Browse files
xiguiwChingis Yundunov
authored and
Chingis Yundunov
committed
Fix docker compose.yaml error (opea-project#1496)
Signed-off-by: Wang, Xigui <xigui.wang@intel.com> Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
1 parent b12bb76 commit 24b3737

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DocSum/docker_compose/intel/hpu/gaudi/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
ports:
99
- ${LLM_ENDPOINT_PORT:-8008}:80
1010
volumes:
11-
- "${DATA_PATH:-data}:/data"
11+
- "${DATA_PATH:-./data}:/data"
1212
environment:
1313
no_proxy: ${no_proxy}
1414
http_proxy: ${http_proxy}

FaqGen/docker_compose/intel/hpu/gaudi/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
ports:
99
- ${LLM_ENDPOINT_PORT:-8008}:80
1010
volumes:
11-
- "${DATA_PATH:-data}:/data"
11+
- "${DATA_PATH:-./data}:/data"
1212
environment:
1313
no_proxy: ${no_proxy}
1414
http_proxy: ${http_proxy}

0 commit comments

Comments
 (0)