Running Rasa with Docker

Hello Rasa Community,

I am facing one issuer while running rasa with docker. So please help me out.

Issue: Model file is not creating. while setting up the new rasa project.

I am executing the below command to create a new rasa project:

docker run -v %cd%:/app rasa/rasa init --no-prompt

output:

C:\Users\prave\docker>docker run -v %cd%:/app rasa/rasa init --no-prompt

Warning: Output is not to a terminal (fd=1). Warning: Input is not to a terminal (fd=0). Processed Story Blocks: 100%|██████████| 5/5 [00:00<00:00, 1951.57it/s, # trackers=1] Processed Story Blocks: 100%|██████████| 5/5 [00:00<00:00, 942.88it/s, # trackers=5] Processed Story Blocks: 100%|██████████| 5/5 [00:00<00:00, 92.82it/s, # trackers=20] Processed Story Blocks: 100%|██████████| 5/5 [00:00<00:00, 86.96it/s, # trackers=24] Processed trackers: 0%| | 0/5 [00:00<?, ?it/s, # actions=14]

So I’m guessing you are on windows since you are running docker run -v %cd%:/app rasa/rasa init --no-prompt, this doesn’t create any files in your current directory and doesn’t actually train?

Can you show the full log or what does the end of the output look like?

Thanks

Did you solve your issue?