1
0
mirror of synced 2024-09-23 19:08:26 +02:00
Retrieval-based-Voice-Conve.../docker-compose.yml

20 lines
482 B
YAML
Raw Permalink Normal View History

version: "3.8"
services:
rvc:
build:
context: .
dockerfile: Dockerfile
container_name: rvc
volumes:
2023-08-28 09:16:31 +02:00
- ./weights:/app/assets/weights
- ./opt:/app/opt
# - ./dataset:/app/dataset # you can use this folder in order to provide your dataset for model training
ports:
- 7865:7865
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]