chore(hindsight): 使用 Volumes_Path 替代硬编码路径

This commit is contained in:
cnphpbb
2026-06-08 03:03:29 +08:00
parent 9c83f6e2e8
commit db61398dce
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ services:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
# 复用宿主 HF 缓存,bge + ms-marco 不重下
- /home/geng/.cache/huggingface:/home/hindsight/.cache/huggingface
- {Volumes_Path}/huggingface:/home/hindsight/.cache/huggingface
- ${Volumes_Path}/backups:/home/hindsight/backups
networks:
- hindsight-net