mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-12-16 19:57:58 +01:00
fix path
This commit is contained in:
@@ -6,7 +6,7 @@ services:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: rvc
|
container_name: rvc
|
||||||
volumes:
|
volumes:
|
||||||
- ./weights:/app/weights
|
- ./weights:/app/assets/weights
|
||||||
- ./opt:/app/opt
|
- ./opt:/app/opt
|
||||||
# - ./dataset:/app/dataset # you can use this folder in order to provide your dataset for model training
|
# - ./dataset:/app/dataset # you can use this folder in order to provide your dataset for model training
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user