Is it possible to link conda binary to cuda in non standard location?

Hi

Does the conda binary use the $CUDA_ROOT and $LD_LIBRARY_PATH variables? If I want to use CUDA installed at a different location than /usr/local/cuda do I have to install from source?

Thanks in advance :slight_smile:

conda binary has its own cuda, it doesn’t use system CUDA at all.

1 Like