-
Notifications
You must be signed in to change notification settings - Fork 74.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to install tensorflow==2.0.3 with bazel on google app engine wont work #50557
Comments
docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]]. the error I am receiving |
I have tried all the other solutions from other github issues, none has worked for me. |
I have deployed bazel through google click to deploy containers bazel and later followed the instructions here in command shell: https://www.tensorflow.org/install/source I am using flex environment and just trying to reproduce a simple app that I have deployed with google cloud deploy but with better performance than on my computer |
We see that the issue template has not been filled, could you please do so as it helps us analyse the issue [tf version,cuda and cudnn versions like that and steps followed before you ran into this error .Could you please fill the template. Thanks |
I have filled the info. Now I am trying to build tensorflow with CPU instead of GPU and it says 26617 targets configured, it seems that it will take hours. I am doing something wrong, I guess. |
Is there any specific reason to install tf2.0 instead of latest stable Tensoflow(2.5) version. also look at the similar issue and let us know if it helps.Thanks |
I have managed torun my app with the latest tensorflow version in python. However it takes 10 sec for my mac to compute. I want to deploy my app to google app engine with bazel so that it computes sentence encoder multilingual under 1 second. Is there a way to manage this easily?
Thank you for your help!
Kind regards
Berhan Polat
… On Jul 1, 2021, at 3:49 PM, UsharaniPagadala ***@***.***> wrote:
@berhanpolat <https://github.com/berhanpolat>
Is there any specific reason to install tf2.0 instead of latest stable Tensoflow(2.5) version.
also look at the similar issue <#34707> and let us know if it helps.Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#50557 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AKXSC5PEUSZJ4JVIMQUB3P3TVRXADANCNFSM47UE7OUQ>.
|
As per the documentation there is no GPU support for macOS. For more info please refer this documentation. |
I have tried this documentation. To install tensorflow with bazel it takes hours to install it locally and gives errors at the end.
I actually want to deploy my app to google engine and build tensorflow with bazel. I have also tried this but does not work. It takes too long and gives errors too.
Any methods to suggest?
… On Jul 9, 2021, at 7:28 PM, UsharaniPagadala ***@***.***> wrote:
@berhanpolat <https://github.com/berhanpolat>
As per the documentation there is no GPU support for macOS. For more info please refer this documentation <https://www.tensorflow.org/install/source#install_bazel>.Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#50557 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AKXSC5MQCVT7XSJEMCFNMBTTW4PT5ANCNFSM47UE7OUQ>.
|
@berhanpolat #create a docker container with tensorflow (or a prebuilt one available in gcp hub) and use that image to deploy on app engine,by gcp hub i meant container registry |
This issue has been automatically marked as stale because it has no recent activity. It will be closed if no further activity occurs. Thank you. |
Closing as stale. Please reopen if you'd like to work on this further. |
Hello
Sorry for my late answer, I was in vacation. I was trying from the beginning with flexible instances. The issue that is mentioned has been brought up 6 years ago. My problem is still not solved and issue persists. I find it weird that google does not make its own resources ready to use for gcloud applications, although so many people use them.
It is close to impossible to install tensorflow with bazel in google app engine. This was my issue and the mentioned issue is not similar to mine.
Thank you for your help so far.
Kind regards
Berhan Polat
… On Aug 19, 2021, at 5:53 PM, google-ml-butler[bot] ***@***.***> wrote:
Closed #50557 <#50557>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#50557 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AKXSC5I6BE3UZOR3MSRSQ7LT5ULFHANCNFSM47UE7OUQ>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
|
Please make sure that this is a build/installation issue. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template
System information
Ubuntu Google App Engine
TensorFlow installed from (source or binary):
TensorFlow version: 2.0.3
Python version: 3x
Installed using virtualenv? pip? conda?: pip
Bazel version (if compiling from source): latest from google app engine deploy bazel
GCC/Compiler version (if compiling from source):
CUDA/cuDNN version: 10.0/7.4
GPU model and memory: google app engine
Describe the problem
I have followed the exact commands from: https://www.tensorflow.org/install/source
Any other info / logs
Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.
The text was updated successfully, but these errors were encountered: