eshwar06 commited on
Commit
404ee07
·
verified ·
1 Parent(s): 33d59f3

Upload 4 files

Browse files
docker-compose-5090-backup.yml ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ networks:
2
+ ai_network:
3
+ driver: bridge
4
+
5
+ services:
6
+ duix-avatar-tts:
7
+ image: guiji2025/fish-speech-5090
8
+ container_name: duix-avatar-tts
9
+ restart: always
10
+ runtime: nvidia
11
+ working_dir: /code
12
+ environment:
13
+ - NVIDIA_VISIBLE_DEVICES=0
14
+ - NVIDIA_DRIVER_CAPABILITIES=compute,graphics,utility,video,display
15
+ ports:
16
+ - '18180:8080'
17
+ volumes:
18
+ - c:/duix_avatar_data/voice/data:/code/data
19
+ command: /bin/bash -c "python tools/api_server.py --listen 0.0.0.0:8080"
20
+ networks:
21
+ - ai_network
22
+ duix-avatar-gen-video:
23
+ image: guiji2025/duix.avatar-5090
24
+ container_name: duix-avatar-gen-video
25
+ restart: always
26
+ runtime: nvidia
27
+ privileged: true
28
+ volumes:
29
+ - c:/duix_avatar_data/face2face:/code/data
30
+ environment:
31
+ - PYTORCH_CUDA_ALLOC_CONF=max_split_size_mb:512
32
+ deploy:
33
+ resources:
34
+ reservations:
35
+ devices:
36
+ - capabilities: [gpu]
37
+ shm_size: '8g'
38
+ ports:
39
+ - '8383:8383'
40
+ command: python /code/app_local.py
41
+ networks:
42
+ - ai_network
docker-compose-linux-backup.yml ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ networks:
2
+ ai_network:
3
+ driver: bridge
4
+
5
+ services:
6
+ duix-avatar-tts:
7
+ image: guiji2025/fish-speech-ziming
8
+ container_name: duix-avatar-tts
9
+ restart: always
10
+ runtime: nvidia
11
+ environment:
12
+ - NVIDIA_VISIBLE_DEVICES=0
13
+ - NVIDIA_DRIVER_CAPABILITIES=compute,graphics,utility,video,display
14
+ ports:
15
+ - '18180:8080'
16
+ volumes:
17
+ - ~/duix_avatar_data/voice/data:/code/data
18
+ command: /bin/bash -c "/opt/conda/envs/python310/bin/python3 tools/api_server.py --listen 0.0.0.0:8080"
19
+ networks:
20
+ - ai_network
21
+ duix-avatar-asr:
22
+ image: guiji2025/fun-asr
23
+ container_name: duix-avatar-asr
24
+ restart: always
25
+ runtime: nvidia
26
+ privileged: true
27
+ working_dir: /workspace/FunASR/runtime
28
+ ports:
29
+ - '10095:10095'
30
+ command: sh /run.sh
31
+ deploy:
32
+ resources:
33
+ reservations:
34
+ devices:
35
+ - driver: nvidia
36
+ count: all
37
+ capabilities: [gpu]
38
+ networks:
39
+ - ai_network
40
+ duix-avatar-gen-video:
41
+ image: guiji2025/duix.avatar
42
+ container_name: duix-avatar-gen-video
43
+ restart: always
44
+ runtime: nvidia
45
+ privileged: true
46
+ volumes:
47
+ - ~/duix_avatar_data/face2face:/code/data
48
+ environment:
49
+ - PYTORCH_CUDA_ALLOC_CONF=max_split_size_mb:512
50
+ deploy:
51
+ resources:
52
+ reservations:
53
+ devices:
54
+ - capabilities: [gpu]
55
+ shm_size: '8g'
56
+ ports:
57
+ - '8383:8383'
58
+ command: python /code/app_local.py
59
+ networks:
60
+ - ai_network
docker-compose-lite-backup.yml ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ networks:
2
+ ai_network:
3
+ driver: bridge
4
+
5
+ services:
6
+ duix-avatar-gen-video:
7
+ image: guiji2025/duix.avatar
8
+ container_name: duix-avatar-gen-video
9
+ restart: always
10
+ runtime: nvidia
11
+ privileged: true
12
+ volumes:
13
+ - c:/duix_avatar_data/face2face:/code/data
14
+ environment:
15
+ - PYTORCH_CUDA_ALLOC_CONF=max_split_size_mb:512
16
+ deploy:
17
+ resources:
18
+ reservations:
19
+ devices:
20
+ - capabilities: [gpu]
21
+ shm_size: '8g'
22
+ ports:
23
+ - '8383:8383'
24
+ command: python /code/app_local.py
25
+ networks:
26
+ - ai_network
docker-compose.yml ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ networks:
2
+ ai_network:
3
+ driver: bridge
4
+
5
+ services:
6
+ duix-avatar-tts:
7
+ image: guiji2025/fish-speech-ziming
8
+ container_name: duix-avatar-tts
9
+ restart: always
10
+ environment:
11
+ - NVIDIA_VISIBLE_DEVICES=0
12
+ - NVIDIA_DRIVER_CAPABILITIES=compute,graphics,utility,video,display
13
+ ports:
14
+ - '18180:8080'
15
+ volumes:
16
+ - c:/duix_avatar_data/voice/data:/code/data
17
+ command: /bin/bash -c "/opt/conda/envs/python310/bin/python3 tools/api_server.py --listen 0.0.0.0:8080"
18
+ networks:
19
+ - ai_network
20
+
21
+ duix-avatar-asr:
22
+ image: guiji2025/fun-asr
23
+ container_name: duix-avatar-asr
24
+ restart: always
25
+ privileged: true
26
+ working_dir: /workspace/FunASR/runtime
27
+ ports:
28
+ - '10095:10095'
29
+ command: sh /run.sh
30
+ networks:
31
+ - ai_network
32
+
33
+ duix-avatar-gen-video:
34
+ image: guiji2025/duix.avatar
35
+ container_name: duix-avatar-gen-video
36
+ restart: always
37
+ privileged: true
38
+ volumes:
39
+ - c:/duix_avatar_data/face2face:/code/data
40
+ environment:
41
+ - PYTORCH_CUDA_ALLOC_CONF=max_split_size_mb:512
42
+ shm_size: '8g'
43
+ ports:
44
+ - '8383:8383'
45
+ command: python /code/app_local.py
46
+ networks:
47
+ - ai_network