utkuozdemir / nvidia_gpu_exporter

Nvidia GPU exporter for prometheus using nvidia-smi binary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to make docker images

yangyin2016 opened this issue · comments

hello, I want to use this project to make docker images,but I failed,can you tell me how to make docker images?

Hi,

I provide the prebuilt docker images here: https://hub.docker.com/repository/docker/utkuozdemir/nvidia_gpu_exporter

They are based on this Dockerfile in the repository.

You can use it directly or extend from it using

FROM utkuozdemir/nvidia_gpu_exporter:1.2.0

# your customizations

I hope this helps you to achieve what you need.