Skip to content

Commit 1b3291a

Browse files
authored
Fix docker compose.yaml error (#1496)
Signed-off-by: Wang, Xigui <xigui.wang@intel.com>
1 parent 7ac8cf5 commit 1b3291a

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)