Jelajahi Sumber

feat:修改checkpoints和references的挂载目录

zhaohaipeng 3 hari lalu
induk
melakukan
1515c429e5
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      compose.base.yml

+ 2 - 2
compose.base.yml

@@ -9,8 +9,8 @@ services:
         UV_EXTRA: ${UV_EXTRA:-cu129}
         UV_EXTRA: ${UV_EXTRA:-cu129}
         UV_VERSION: ${UV_VERSION:-0.8.15}
         UV_VERSION: ${UV_VERSION:-0.8.15}
     volumes:
     volumes:
-      - ./checkpoints:/app/checkpoints
-      - ./references:/app/references
+      - /root/fish-model/fishaudio-s2-pro:/app/checkpoints
+      - /root/fish-references/fishaudio-s2-pro-references:/app/references
     environment:
     environment:
       COMPILE: ${COMPILE:-0}
       COMPILE: ${COMPILE:-0}
     # GPU (remove this block if CPU-only):
     # GPU (remove this block if CPU-only):