Spaces:
Runtime error
Runtime error
File size: 326 Bytes
66dbe5a ab2e354 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
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 |