Skip to content

Commit fe5baf8

Browse files
committed
update compose.yaml
Signed-off-by: Mustafa <[email protected]>
1 parent f54e7f0 commit fe5baf8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
ports:
3030
- "8086:8000"
3131
volumes:
32-
- ${HF_CACHE_DIR}:/data
32+
- ${HF_CACHE_DIR:-./data}:/data
3333
environment:
3434
<<: *common-env
3535
HF_TOKEN: ${HF_TOKEN}
@@ -59,8 +59,7 @@ services:
5959
ports:
6060
- "${TEI_EMBEDDER_PORT:-10221}:80"
6161
volumes:
62-
# - "./data:/data"
63-
- ${HF_CACHE_DIR}:/data
62+
- ${HF_CACHE_DIR:-./data}:/data
6463
shm_size: 1g
6564
environment:
6665
<<: *common-env

0 commit comments

Comments
 (0)