Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deploying tensorflow model to GCP without docker

I want to deploy my existing Tensorflow model to Google Cloud Platform. I have an image detection model and I want to make a Python app that will have real time detection.

All tutorials that I found were using Docker. Is it possible to deploy Tensorflow model to server without Docker?

like image 478
Kirill Kalash Avatar asked Feb 12 '26 15:02

Kirill Kalash


1 Answers

Yes, you should be able to deploy your Tensorflow model to either:

  • Cloud Functions Python 3.7 runtime
  • App Engine Python 3.7 runtime

neither of which require Docker.

Or, if you don't want to build an application around your model, you could also deploy it to Cloud ML Engine.

like image 103
Dustin Ingram Avatar answered Feb 14 '26 05:02

Dustin Ingram



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!