Our workflow makes use of CUDA, however our log files produce the following error- ``` 2021-09-23 12:14:17.684150: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory 2021-09-23 12:14:17.684191: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine. 2021-09-23 12:14:19.178873: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcuda.so.1'; dlerror: libcuda.so.1: cannot open shared object file: No such file or directory 2021-09-23 12:14:19.178920: W tensorflow/stream_executor/cuda/cuda_driver.cc:269] failed call to cuInit: UNKNOWN ERROR (303) 2021-09-23 12:14:19.178958: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:163] no NVIDIA GPU device is present: /dev/nvidia0 does not exist ``` Our model is able to complete it's run without the GPU support, but was curious if anyone knows a way to work around this.

Created by Avishek Biswas abiswas97
Hi @abiswas97 , A fellow participant encountered a similar error and they were able to resolve it using [this solution](https://www.synapse.org/#!Synapse:syn25829067/discussion/threadId=8379&replyId=25879); perhaps this could help you as well? Let us know!

CUDA fails to detect NVIDIA GPU page is loading…