Sign inSign up

bitplane1/rvc

By bitplane1

Updated almost 3 years ago

Built from here: https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git

Image
0

2.0K

bitplane1/rvc repository overview

Here's an example compose file

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
    deploy:
      resources:
        reservations:
          devices:
            - driver: nvidia
              count: 1
              capabilities: [gpu]

Tag summary

Content type

Image

Digest

sha256:4cca0884c

Size

5.6 GB

Last updated

almost 3 years ago

docker pull bitplane1/rvc