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 authored and alexellis committed Jan 22, 2025
1 parent 302e738 commit cb81a96
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cb81a96

Please sign in to comment.