I am using App Engine to build an API with workers to do Keras-related tasks in the background. Due to the nature of Keras, it is more efficient to use a GPU instead of CPU to do some of deep learning work.
I understand that I can use GPU and attach it to Compute Engine but as I would rather to go through App Engine route. Is it possible since App Engine Flexible environment is basically a managed VM on Compute Engine? If yes, how can I go about it?