I had followed the tutorial from " Deploying your Rasa Assistant " but after run the rasa init code: docker run -v $(pwd):/app rasa/rasa init --no-prompt , I notice that there’s no models folder generated. I had install the exact version of docker and docker-compose as shown in the steps.
Docker version 18.09.2, build 6247962
docker-compose version 1.23.2, build 1110ad01
Hi Timsht, yes, I found the solution.
I use rasa with vagrant
My solution is use older version of rasa built.
I used rasa:1.6.1-full then can successfully create the model.