Is there's a nvml runtime package for Ubuntu?

Hi,

I am building a docker image using the Docker Hub images. But it seems the runtime images do not have nvml related libraries installed, and there’s only a cuda-nvml-devel library. If I install this cuda-nvml-devel library, it will also pull in a lot of other devel libraries which blows up my docker image.

What is the recommended way to install nvml libraries without devel dependencies?

Thanks,