I installed CUDA & cuDNN using the conda method described in Nvidia guide inside a conda environment "tf_gpu_01". I'm guessing this is not a system wide install as compared to using something like sudo apt install cuda
or whatever steps like that.
Now if I want to create another conda environment "tf_gpu_02" with the same version of CUDA & cuDNN do I have to install them again in the new env or clone the old env.
Or could I refrence the CUDA path from the older env to the newer env,
My main concern is I create a lot of envs for different projects and I don't want to end up with multiple huge files eating disk-space all for the same versions of CUDA & cuDNN.