From 5e552f235758cc85eaf0aa9f68f82bbbcfd982b0 Mon Sep 17 00:00:00 2001 From: "Han Verstraete (OpenFaaS Ltd)" Date: Wed, 22 Jan 2025 16:22:53 +0100 Subject: [PATCH] Add nvidia-smi function to store Signed-off-by: Han Verstraete (OpenFaaS Ltd) --- functions.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/functions.json b/functions.json index b7f4b45..0ee0629 100644 --- a/functions.json +++ b/functions.json @@ -237,6 +237,18 @@ "write_timeout": "60s" } }, + { + "title": "nvidia-smi", + "name": "nvidia-smi", + "description": "Print output from nvidia-smi, requires a custom Profile with a request for an Nvidia GPU", + "author":"openfaas", + "images": { + "arm64": "ghcr.io/openfaas/nvidia-smi:latest", + "x86_64": "ghcr.io/openfaas/nvidia-smi:latest" + }, + "fprocess": "nvidia-smi", + "repo_url": "https://github.com/openfaas/store-functions" + }, { "title": "alpine", "name": "alpine",