chore: extend Dockerfile, add docker-compose.yml (#1009)

Co-authored-by: lwroo.local <me@lwroo.party>
This commit is contained in:
lwroo
2023-08-15 04:38:42 +02:00
committed by GitHub
parent b51af7f6d1
commit 72a4494c55
2 changed files with 29 additions and 0 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
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