Skip to content
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

Could not load dynamic library 'libcuda.so.1' #17

Open
cosmin-novac opened this issue Jan 16, 2020 · 4 comments
Open

Could not load dynamic library 'libcuda.so.1' #17

cosmin-novac opened this issue Jan 16, 2020 · 4 comments

Comments

@cosmin-novac
Copy link

When running the docker image, I receive the following cuda error. I have built the image using the normal tensorflow==1.15, but as far as I know cuda is only required for tensorflow on GPU?

2020-01-16 12:58:56.907133: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'libcuda.so.1'; dlerror: libcuda.so.1: cannot open shared object file: No such file or directory
2020-01-16 12:58:56.907168: E tensorflow/stream_executor/cuda/cuda_driver.cc:318] failed call to cuInit: UNKNOWN ERROR (303)
2020-01-16 12:58:56.907187: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:156] kernel driver does not appear to be running on this host (a88f782966c0): /proc/driver/nvidia/version does not exist
@bhavikshah1995
Copy link

Did you find a solution for this?

@cosmin-novac
Copy link
Author

I'm afraid not, and in the meanwhile I moved away from cloud run

@bhavikshah1995
Copy link

Update: I was getting this error when trying to use Tensorflow with GPU on Ubuntu 18.04, and was able to resolve the issue by following the instructions on https://www.tensorflow.org/install/gpu

@jackzhou121
Copy link

I have the same problem with docker image tensorflow==1.15.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants