From 10a94ecdc7e7a2a45b2af2bc46719671ec9d05ea Mon Sep 17 00:00:00 2001 From: vsoch Date: Thu, 25 Jan 2024 15:46:58 -0700 Subject: [PATCH 1/2] add generic available for supercontainers gpu Signed-off-by: vsoch --- supercontainers/compspec.json | 1 + 1 file changed, 1 insertion(+) diff --git a/supercontainers/compspec.json b/supercontainers/compspec.json index d89b17c..f19bfaf 100644 --- a/supercontainers/compspec.json +++ b/supercontainers/compspec.json @@ -12,6 +12,7 @@ "org.supercontainers.hardware.gpu": { "version": "0.0.0", "annotations": [ + "enabled", "driver.version", "cuda.version", "architecture" From e35b6efa0dea7a92926f1f43e65887d1b0473941 Mon Sep 17 00:00:00 2001 From: vsoch Date: Fri, 26 Jan 2024 14:17:33 -0700 Subject: [PATCH 2/2] add simple representation for os information Signed-off-by: vsoch --- supercontainers/compspec.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/supercontainers/compspec.json b/supercontainers/compspec.json index f19bfaf..cd4dc59 100644 --- a/supercontainers/compspec.json +++ b/supercontainers/compspec.json @@ -9,6 +9,15 @@ "porability.mode" ] }, + "org.supercontainers.os": { + "version": "0.0.0", + "annotations": [ + "name", + "release", + "vendor", + "version" + ] + }, "org.supercontainers.hardware.gpu": { "version": "0.0.0", "annotations": [