Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cryptodocs for the DCGM snap #43

Merged
merged 7 commits into from
Oct 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ description: |

The DCGM snap does not currently include the performance testing tool `dcgmproftester` in order to limit the size of the snap.

**Cryptography**
aieri marked this conversation as resolved.
Show resolved Hide resolved
---

During the snap build process, snapcraft downloads the CUDA keyring deb package using `curl` over HTTPS and verifies its integrity using SHA256 checksums.
The CUDA keyring deb package is then used to set up the appropriate source for the DCGM deb package, whose signature is verified using the keyring.\
For more information, see the CUDA keyring repository link and `curl` documentation at the bottom of the page.

**Links**
---
Upstream DCGM-Exporter repository\
Expand All @@ -77,6 +84,12 @@ description: |
Available NVIDIA GPU metrics\
https://docs.nvidia.com/datacenter/dcgm/latest/dcgm-api/dcgm-api-field-ids.html

Repository for the CUDA keyring and DCGM deb package\
https://developer.download.nvidia.com/compute/cuda/repos/

curl Documentation\
https://curl.se/docs/manpage.html

platforms:
amd64:
build-on: [amd64]
Expand Down