Docker-Rasa commands

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.

Hi @Chaitanya, what is the folder structure in your local folder?

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!

Please respond

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.

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

@juste_petr please help me .