fix path
This commit is contained in:
parent
58e32b6def
commit
18d72f0c06
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user