1
0
mirror of synced 2024-09-24 03:18:24 +02:00
Retrieval-based-Voice-Conve.../docker-compose.yml
2023-08-28 16:16:31 +09:00

13 lines
326 B
YAML

version: "3.8"
services:
rvc:
build:
context: .
dockerfile: Dockerfile
container_name: rvc
volumes:
- ./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