You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/08/25 07:12:06 UTC

[GitHub] xzqjack commented on issue #7608: OSError: libcudart.so.8.0: cannot open shared object

xzqjack commented on issue #7608: OSError: libcudart.so.8.0: cannot open shared object 
URL: https://github.com/apache/incubator-mxnet/issues/7608#issuecomment-324841901
 
 
   I have similar issue when i use tensorflow, even when i set the cuda/lib64 path in ~/.bashrc. The below code works for me. You can have a try. Path is the cuda lib64 that may be different from yours.
   ```
   sudo sh -c "echo '/usr/local/cuda/lib64\n/usr/local/cuda/lib' >> /etc/ld.so.conf.d/nvidia.conf"
   sudo ldconfig
   ```
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services