Chaitanya
(Chaitanya Tanniru)
1
docker run
-v $(pwd):/app/project
-v $(pwd)/models/rasa_core:/app/models
rasa/rasa_core:latest
train
–domain project/domain.yml
–stories project/data/stories.md
–out models
While i am running these commands i got , Exception: Failed to load domain specification from ‘/app/project/domain.yml’. File not found!
How can i resolve it.
EPedrotti
(Edoardo Pedrotti)
2
Hi @Chaitanya,
what is the folder structure in your local folder?
Chaitanya
(Chaitanya Tanniru)
3
files location:
C:\Rasa\Docker\domain.yml
C:\Rasa\Docker\data\stories.md
Exception: Failed to load domain specification from ‘/app/project/domain.yml’. File not found!
Qianyue
(Qianyue Zhang)
5
Hi @Chaitanya, I think you need to modify the dir of domain and story in your command, and try again. I have same issue after enter the right dir.
Chaitanya
(Chaitanya Tanniru)
6
Hi @Qianyue, For the below directory how can i change the command.
files location:
C:\Rasa\Docker\domain.yml
C:\Rasa\Docker\data\stories.md
Chaitanya
(Chaitanya Tanniru)
7
@juste_petr please help me .