Hello,
I have a script: https://github.com/Louvivien/ProductWatcher/blob/master/estimatepriceforgivendays_anyproduct.py
That i have deployed on Google Cloud Run. I like that it is link to my github and deployed when I push. But when I run it it is very slow. Is there a way to use GPU or to use Vertex for this?
What is the best way to use python script with Google Cloud Run?
Regards