Skip to content

Commit

Permalink
Add/supercontainers os (#5)
Browse files Browse the repository at this point in the history
* add generic available for supercontainers gpu
* add simple representation for os information

Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch authored Jan 26, 2024
1 parent aae4098 commit 52c1a92
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions supercontainers/compspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,19 @@
"porability.mode"
]
},
"org.supercontainers.os": {
"version": "0.0.0",
"annotations": [
"name",
"release",
"vendor",
"version"
]
},
"org.supercontainers.hardware.gpu": {
"version": "0.0.0",
"annotations": [
"enabled",
"driver.version",
"cuda.version",
"architecture"
Expand Down

0 comments on commit 52c1a92

Please sign in to comment.