mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-01-29 17:52:51 +08:00
13 lines
319 B
YAML
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
|