Hi!
I am new to Rasa and Google Cloud Platform, and was wondering if anybody know were I can find a good tutorial on how to install Rasa Stack on Google Cloud Platform (GCP) ?
Is it recommended to install via docker? Should one use AppEngine, Compute Engine or Kubernetes?
We use docker + Compute Engine. We have build trigger on the master branch that creates a new docker build then pushes it to the Compute instance (via gcloud beta compute instances update-container).
As a matter of fact, I do. Make sure your server CPU supports the AVX instruction set (cat /proc/cpuinfo | grep -i avx). Rasa ships (by default anyway) with tensor flow >= 1.7 which is precompiled with the AVx instruction set. You can compile tensor flow manually, but if you use docker it becomes even more complicated. My servers from 2010 don’t supports AVX (Dell r710).