mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2025-04-03 20:30:48 +00:00
Prettify hook JSON
Run prettier on the hook to beautify the JSON. Signed-off-by: Sascha Grunert <sgrunert@suse.com>
This commit is contained in:
parent
60f165ad69
commit
16d41d876b
@ -1,15 +1,13 @@
|
||||
{
|
||||
"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"]
|
||||
"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"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user