Open
Description
Docker has env. variable LD_LIBRARY_PATH set but the path doesn't exist
tf-docker /tf/tensorflow > echo $LD_LIBRARY_PATH
/usr/local/nvidia/lib:/usr/local/nvidia/lib64
tf-docker /tf/tensorflow > ls /usr/local/
bin/ cuda-11.1/ etc/ include/ libexec/ sbin/ src/
cuda/ cuda-11.2/ games/ lib/ man/ share/
But this directory doesn't exist in the Docker Image. It doesn't cause any issue, but would be nice to fix it.
From what I read, "nvidia" -> "cuda" is the right path and it exists in the Docker
/usr/local/cuda/lib64
seems to have the right .so files.
Reference issues:
Activity