2022-09-06 11:30:04 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0",
|
|
|
|
"hook": {
|
2023-10-05 16:46:40 +00:00
|
|
|
"path": "/usr/bin/nvidia-container-runtime-hook",
|
|
|
|
"args": ["nvidia-container-runtime-hook", "prestart"]
|
2022-09-06 11:30:04 +00:00
|
|
|
},
|
|
|
|
"when": {
|
|
|
|
"always": true,
|
2022-10-03 16:41:29 +00:00
|
|
|
"commands": [".*"]
|
2022-09-06 11:30:04 +00:00
|
|
|
},
|
|
|
|
"stages": ["prestart"]
|
|
|
|
}
|