Can we intall CUDA & nvcc via conda-package with setting "CUDA_HOME" environment variable?

Hi, guys!
We hope to install CUDA including nvcc via conda, with setting “CUDA_HOME” environment variable.
So, is there such a conda package?

Your answer and guidance will be appreciated!

There is no way to install the GPU driver via conda, that I know of. Also, when I last looked, the CUDA packages on conda do not contain everything that the CUDA toolkit includes, for example nvcc. It may be that things have changed or that there are other conda packages that include more things.