1
0
mirror of synced 2024-11-24 07:30:16 +01:00
Retrieval-based-Voice-Conve.../docker-compose.yml
lwroo 72a4494c55
chore: extend Dockerfile, add docker-compose.yml (#1009)
Co-authored-by: lwroo.local <me@lwroo.party>
2023-08-15 10:38:42 +08:00

13 lines
319 B
YAML

version: "3.8"
services:
rvc:
build:
context: .
dockerfile: Dockerfile
container_name: rvc
volumes:
- ./weights:/app/weights
- ./opt:/app/opt
# - ./dataset:/app/dataset # you can use this folder in order to provide your dataset for model training
ports:
- 7865:7865