Skip to content

Commit

Permalink
Add nvidia-smi function to store
Browse files Browse the repository at this point in the history
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
welteki committed Jan 22, 2025
1 parent 302e738 commit 4ac9723
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,19 @@
"write_timeout": "60s"
}
},
{
"title": "nvidia-smi",
"name": "nvidia-smi",
"description": "Print NVIDIA System Management Interface (nvidia-smi) info",
"author":"openfaas",
"images": {
"arm64": "ghcr.io/openfaas/ubuntu:latest",
"armhf": "ghcr.io/openfaas/ubuntu:latest",
"x86_64": "ghcr.io/openfaas/ubuntu:latest"
},
"fprocess": "nvidia-smi",
"repo_url": "https://github.com/openfaas/store-functions"
},
{
"title": "alpine",
"name": "alpine",
Expand Down

0 comments on commit 4ac9723

Please sign in to comment.