Understanding the Dockerfile for using Rasa on Google Cloud Platform

Hi,

I think a few people have posted similar questions just couldn’t find a great answer. I’m using google cloud platform and i think i’m right that running “gcloud app deploy” from the cloud shell sdk on my local machine basically creates a docker image in App Engine. My question is what needs to go into the Dockerfile. On my machine I’m training the models then running rasa actions and then also running the models.

If anyone has any Dockerfile advice for App Engine’s flexible enviroment that’d be great.

Thx

There’s an old Rasa local install I created for a simple single container install that is not fully supported. You can find that on GitHub here.

You should take a look at using GKE with the helm charts