Modify the docker build stages to better reflect the priority of the elements.

Add a missin nvidia_icd.json file
Remove the config of /tmp/dump
This commit is contained in:
Josh.5
2022-01-16 00:01:00 +13:00
parent 57641f7536
commit 1f5bfcd86a
3 changed files with 71 additions and 54 deletions

View File

@@ -0,0 +1,7 @@
{
"file_format_version" : "1.0.0",
"ICD": {
"library_path": "libGLX_nvidia.so.0",
"api_version" : "1.2.155"
}
}