From 1f335ac24847234af2628db007a7927433f69915 Mon Sep 17 00:00:00 2001 From: Renaud Gaubert Date: Sat, 2 May 2020 00:58:47 -0700 Subject: [PATCH] [README] Update the bare metal install dependencies Signed-off-by: Renaud Gaubert --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca22752..3e62dbd 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,12 @@ $ curl "$BASE/services/$NAME:9090/proxy/api/v1/query?query=DCGM_FI_DEV_MEMORY_TE ### Building From source and Running on Bare Metal -The dcgm-exporter is actually fairly straightforward to build and use. Ensure you have go >= 1.14 installed. +The dcgm-exporter is actually fairly straightforward to build and use. +Ensure you have the following: +- [Golang >= 1.14 installed](https://golang.org/) +- [DCGM installed](https://developer.nvidia.com/dcgm) +- On DGX, the NVIDIA Fabric Manager up and running + ``` $ git clone https://github.com/NVIDIA/gpu-monitoring-tools.git $ cd gpu-monitoring-tools