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:
@@ -1,15 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
###
|
||||
# File: 42-configure-steam-directories.sh
|
||||
# Project: cont-init.d
|
||||
# File Created: Thursday, 13th January 2022 10:41:17 pm
|
||||
# Author: Josh.5 (jsunnex@gmail.com)
|
||||
# -----
|
||||
# Last Modified: Friday, 14th January 2022 8:43:18 am
|
||||
# Modified By: Josh.5 (jsunnex@gmail.com)
|
||||
###
|
||||
|
||||
|
||||
# TODO: Make this a symlink to the home directory
|
||||
mkdir -p /tmp/dumps
|
||||
chown -R ${PUID}:${PGID} /tmp/dumps
|
||||
7
overlay/usr/share/vulkan/icd.d/nvidia_icd.json
Normal file
7
overlay/usr/share/vulkan/icd.d/nvidia_icd.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"file_format_version" : "1.0.0",
|
||||
"ICD": {
|
||||
"library_path": "libGLX_nvidia.so.0",
|
||||
"api_version" : "1.2.155"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user