Problem trying out tutorial called "Development with Docker"

I am trying to follow this tutorial here. Development with Docker. I am stuck on step 3.3 docker-compose up

Receive error about missing files. rasa_nlu.model.InvalidProjectError: Failed to load model metadata from ‘/app/current/metadata.json’. [Errno 2] No such file or directory: ‘current/metadata.json’

What does this error means? I don’t see any place to create a metadata.json in the tutorial.

1 Like

Hey, this is created when you train the nlu-model. Did you train the nlu-model and provided this folder?

Cheers, Henry

Hi , I’ve the same error. May be someone explain it more clearly?