mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2025-04-09 23:14:06 +00:00
Run prettier on the hook to beautify the JSON. Signed-off-by: Sascha Grunert <sgrunert@suse.com>
14 lines
312 B
JSON
14 lines
312 B
JSON
{
|
|
"version": "1.0.0",
|
|
"hook": {
|
|
"path": "/usr/bin/nvidia-container-toolkit",
|
|
"args": ["nvidia-container-toolkit", "prestart"],
|
|
"env": ["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"]
|
|
},
|
|
"when": {
|
|
"always": true,
|
|
"commands": [".*"]
|
|
},
|
|
"stages": ["prestart"]
|
|
}
|