I always thought i have:
Cuda compilation tools, release 10.0, V10.0.130 as determined by:
nvcc --version
However
conda info list
prints:
virtual packages : __cuda=10.2
__glibc=2.27
Next, i checked:
nvidia-smi
NVIDIA-SMI 440.100
Driver Version: 440.100
CUDA Version: 10.2
In case i have indeed: release 10.0, V10.0.130
How can i change the virtual environment for conda? Or do i have two versions installed (by mistake)?
(all on Ubuntu 18.04)