-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DRAFT: Update reference to latest libnvidia-container
Signed-off-by: Kevin Klues <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libnvidia-container
updated
22 files
+113 −0 | .github/workflows/blossom-ci.yml | |
+0 −75 | .github/workflows/packages.yaml | |
+8 −5 | .gitignore | |
+70 −2 | .gitlab-ci.yml | |
+1 −1 | mk/nvidia-modprobe.mk | |
+4 −2 | mk/nvidia-modprobe.patch | |
+1 −0 | pkg/deb/libnvidia-container@[email protected] | |
+6 −0 | src/cli/cli.h | |
+53 −0 | src/cli/common.c | |
+21 −5 | src/cli/configure.c | |
+1 −0 | src/cli/libnvc.c | |
+1 −0 | src/cli/libnvc.h | |
+18 −1 | src/cli/list.c | |
+3 −0 | src/cli/main.c | |
+1 −0 | src/libnvidia-container.lds | |
+23 −4 | src/nvc.c | |
+12 −0 | src/nvc.h.template | |
+1 −2 | src/nvc_info.c | |
+3 −0 | src/nvc_internal.h | |
+50 −0 | src/nvc_mount.c | |
+18 −0 | src/utils.c | |
+1 −0 | src/utils.h |