Workflow to deploy rasa_nlu on cloud

Hi devs,

I’d like to know minimum requirements to use rasa_nlu server in a instance.

BTW I’d also like to know your thoughts about my workflow. I train my model in my laptop(cause is more powerful than a cheap instance) then I commit the new model and push it to the instance. I tried this in a micro EC2 instance and I even can’t install spacy, so I’m trying in a small.

Things to know:

  • I have less than 10 intents
  • Using spacy-sklearn
  • Dockerless

What do you think about my workflow?