forked from w-okada/voice-changer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
53 lines (52 loc) · 1.38 KB
/
docker-compose.yml
File metadata and controls
53 lines (52 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
version: '3.8'
services:
vcclient:
container_name: vcclient
image: ${DOCKER_IMAGE:-dannadori/vcclient:20230826_211406}
restart: unless-stopped
environment:
- EX_IP=${EX_IP:-${HOSTNAME}}
- EX_PORT=${EX_PORT:-18888}
- LOCAL_UID=${LOCAL_UID:-1000}
- LOCAL_GID=${LOCAL_GID:-1000}
ports:
- "${EX_PORT:-18888}:18888"
volumes:
- ./docker_folder/model_dir:/voice-changer/server/model_dir
- ./docker_folder/pretrain:/voice-changer/server/pretrain
shm_size: 1024M
deploy:
resources:
reservations:
devices:
- driver: nvidia
capabilities: [gpu]
command:
- -p
- "18888"
- --https
- "true"
- --content_vec_500
- pretrain/checkpoint_best_legacy_500.pt
- --content_vec_500_onnx
- pretrain/content_vec_500.onnx
- --content_vec_500_onnx_on
- "true"
- --hubert_base
- pretrain/hubert_base.pt
- --hubert_base_jp
- pretrain/rinna_hubert_base_jp.pt
- --hubert_soft
- pretrain/hubert/hubert-soft-0d54a1f4.pt
- --nsf_hifigan
- pretrain/nsf_hifigan/model
- --crepe_onnx_full
- pretrain/crepe_onnx_full.onnx
- --crepe_onnx_tiny
- pretrain/crepe_onnx_tiny.onnx
- --rmvpe
- pretrain/rmvpe.pt
- --model_dir
- model_dir
- --samples
- samples.json