I have a brand new Lambda Vector machine with Lambda stack installed. I am trying to understand the value of using the Lambda stack with it appears to only be useful when using Python. When using cuDNN or CUDA outside of the python environment, the system reports missing CUDA drivers and none of the NVIDIA post install steps have been done. I also cannot seem to find any documentation that indicates it installing things like the cuda-toolkit will mess up the Lambda install.
If the result is that the Lambda stack is only useful for running things like cuDNN, TF, and Caffe from within Python only, then it is of limited value to me as I need to access these things in a standard way from outside of Python.
Can somebody at Lambda point me in the direction of any documentation that explains how the Lambda stack works and how it might co-exist with other applications that need to use CUDA outside of Python?
Further update to thisā¦ I saw an older post that indicated that other versions of CUDA could be installed. So for example, when downloading the NVIDA cuda samples and running make, it appears to be looking for NVCC in /usr/local/cuda, which does not exist. It also cannot find libcuda.so. if I install the latest version of CUDA from NVIDIA, will this break the lambda stack install?