Cuda 10.2

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).

  1. Why is there a difference in the drivers?
  2. 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