Hi,
My docker file uses CUDA 10.2 (“FROM nvidia/cuda:10.2-devel-ubuntu16.04”).
I started the docker image, typed nvidia-smi and saw the driver is 384.145. Installing CUDA 10.2 on my local Linux machine shows that the installed driver is 440.33.01 (which comes along the CUDA 10.2 tool kit).
- Why is there a difference in the drivers?
- Why 10.2 in the docker version does not have driver 440, and do i need to update is myself, and if so how.
Thanks