Skip to content

Commit cb81a96

Browse files
weltekialexellis
authored andcommitted
Add nvidia-smi function to store
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>
1 parent 302e738 commit cb81a96

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

functions.json

+12
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,18 @@
237237
"write_timeout": "60s"
238238
}
239239
},
240+
{
241+
"title": "nvidia-smi",
242+
"name": "nvidia-smi",
243+
"description": "Print output from nvidia-smi, requires a custom Profile with a request for an Nvidia GPU",
244+
"author":"openfaas",
245+
"images": {
246+
"arm64": "ghcr.io/openfaas/nvidia-smi:latest",
247+
"x86_64": "ghcr.io/openfaas/nvidia-smi:latest"
248+
},
249+
"fprocess": "nvidia-smi",
250+
"repo_url": "https://github.com/openfaas/store-functions"
251+
},
240252
{
241253
"title": "alpine",
242254
"name": "alpine",

0 commit comments

Comments
 (0)