Can I use TensorFlow in a Google App Engine module?

brandones

I have a data processing module as part of my GAE application. TensorFlow has separate installers for Linux and OSX, which indicates to me that it might not play nicely with the GAE sandbox. Is it possible to use TensorFlow in a GAE module?

Doug Richardson

No, you won't be able to install TensorFlow on standard instances.

You can, however, install whatever you like on managed VMs instances. Though it may be easier to use compute engine instances instead.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Can i use HikariCP on Google App Engine

From Dev

Can i use HikariCP on Google App Engine

From Dev

Can I use Goroutines in Google App Engine (Standard Environment)?

From Dev

Should I use sessions in Google App Engine?

From Dev

Should I use sessions in Google App Engine?

From Dev

How can I run app tests that use Google App Engine PHP SDK functions from the command line

From Dev

How can I use Android Support Annotations with the Google Cloud Engine Backend w/ Messaging Module?

From Dev

Not able to use mysql in google app engine - Error loading MySQLdb module: No module named _mysql. I am using cloudSQL

From Dev

Can I use the Google App Engine without activating my free trial?

From Dev

How can I use an AngularJS controller to get data from Google App Engine and not just from json file

From Dev

Can't Use Pycrypto in Google App Engine Production

From Dev

Can we use AsyncHttpClient in Google App Engine application

From Dev

Can we use AsyncHttpClient in Google App Engine application

From Dev

In Google App Engine should I not use instance methods in models?

From Dev

How do I install/use PhpRedis on Google App Engine?

From Dev

Can I run PHP files on Google App Engine for Python?

From Dev

How can I modify my authentication and authorization on google app engine?

From Dev

Can I run PHP files on Google App Engine for Python?

From Dev

Why can't I send Email on Google app engine?

From Dev

Can I point a domain at a google app engine service?

From Dev

Can I instance 2 memcache classes on Google App Engine?

From Dev

Can a default service/module in a Google App Engine app be a sibling of a non-default one in terms of folder structure?

From Dev

'ImportError: No module named decorator' in google app engine

From Dev

Google App Engine inter module communication authorization

From Dev

Google App Engine backend service(module) with Java

From Dev

Installing Unirest python module in Google App Engine

From Dev

No module named _mysql - Google App Engine & Django

From Dev

How to use pypi/regex module in App Engine?

From Dev

How to use pypi/regex module in App Engine?

Related Related

  1. 1

    Can i use HikariCP on Google App Engine

  2. 2

    Can i use HikariCP on Google App Engine

  3. 3

    Can I use Goroutines in Google App Engine (Standard Environment)?

  4. 4

    Should I use sessions in Google App Engine?

  5. 5

    Should I use sessions in Google App Engine?

  6. 6

    How can I run app tests that use Google App Engine PHP SDK functions from the command line

  7. 7

    How can I use Android Support Annotations with the Google Cloud Engine Backend w/ Messaging Module?

  8. 8

    Not able to use mysql in google app engine - Error loading MySQLdb module: No module named _mysql. I am using cloudSQL

  9. 9

    Can I use the Google App Engine without activating my free trial?

  10. 10

    How can I use an AngularJS controller to get data from Google App Engine and not just from json file

  11. 11

    Can't Use Pycrypto in Google App Engine Production

  12. 12

    Can we use AsyncHttpClient in Google App Engine application

  13. 13

    Can we use AsyncHttpClient in Google App Engine application

  14. 14

    In Google App Engine should I not use instance methods in models?

  15. 15

    How do I install/use PhpRedis on Google App Engine?

  16. 16

    Can I run PHP files on Google App Engine for Python?

  17. 17

    How can I modify my authentication and authorization on google app engine?

  18. 18

    Can I run PHP files on Google App Engine for Python?

  19. 19

    Why can't I send Email on Google app engine?

  20. 20

    Can I point a domain at a google app engine service?

  21. 21

    Can I instance 2 memcache classes on Google App Engine?

  22. 22

    Can a default service/module in a Google App Engine app be a sibling of a non-default one in terms of folder structure?

  23. 23

    'ImportError: No module named decorator' in google app engine

  24. 24

    Google App Engine inter module communication authorization

  25. 25

    Google App Engine backend service(module) with Java

  26. 26

    Installing Unirest python module in Google App Engine

  27. 27

    No module named _mysql - Google App Engine & Django

  28. 28

    How to use pypi/regex module in App Engine?

  29. 29

    How to use pypi/regex module in App Engine?

HotTag

Archive