We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 302e738 commit 4ac9723Copy full SHA for 4ac9723
functions.json
@@ -237,6 +237,19 @@
237
"write_timeout": "60s"
238
}
239
},
240
+ {
241
+ "title": "nvidia-smi",
242
+ "name": "nvidia-smi",
243
+ "description": "Print NVIDIA System Management Interface (nvidia-smi) info",
244
+ "author":"openfaas",
245
+ "images": {
246
+ "arm64": "ghcr.io/openfaas/ubuntu:latest",
247
+ "armhf": "ghcr.io/openfaas/ubuntu:latest",
248
+ "x86_64": "ghcr.io/openfaas/ubuntu:latest"
249
+ },
250
+ "fprocess": "nvidia-smi",
251
+ "repo_url": "https://github.com/openfaas/store-functions"
252
253
{
254
"title": "alpine",
255
"name": "alpine",
0 commit comments