I have built my rasa project and have added in my github repository. Now I want to dockerize it.
How do I do that?
Most of the dockerization tutorials I see, start docker before building project.
I have built my rasa project and have added in my github repository. Now I want to dockerize it.
How do I do that?
Most of the dockerization tutorials I see, start docker before building project.
There's a full course on Rasa deployments that explains how to combine Docker and Rasa in full detail.
To dockerize a Rasa assistant from scratch you may enjoy this explainer, if you're interested in using the pre-made Rasa containers you may enjoy this one instead.