Hi!
I want to deploy a single NLU model. I am only using the NLU and not the core. What would be the best way to deploy that? I have seen the following cli command in the docs:
rasa run --enable-api -m models/nlu-20190515-144445.tar.gz
Would I use this in a Dockerfile? Sorry if this is a very basic queston!
Thanks!