|
@@ -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:
|
|
|
- - /root/fish-model/fishaudio-s2-pro:/app/checkpoints
|
|
|
|
|
- - /root/fish-references/fishaudio-s2-pro-references:/app/references
|
|
|
|
|
|
|
+ - /root/fish-checkpoints:/app/checkpoints
|
|
|
|
|
+ - /root/fish-references/s2-pro:/app/references
|
|
|
environment:
|
|
environment:
|
|
|
COMPILE: ${COMPILE:-0}
|
|
COMPILE: ${COMPILE:-0}
|
|
|
# GPU (remove this block if CPU-only):
|
|
# GPU (remove this block if CPU-only):
|
|
@@ -20,6 +20,6 @@ services:
|
|
|
devices:
|
|
devices:
|
|
|
- driver: nvidia
|
|
- driver: nvidia
|
|
|
count: all
|
|
count: all
|
|
|
- capabilities: [gpu]
|
|
|
|
|
|
|
+ capabilities: [ gpu ]
|
|
|
tty: true
|
|
tty: true
|
|
|
stdin_open: true
|
|
stdin_open: true
|