Is Vulkan supported?
Is vulkan supposed to be supported on the serverless endpoints? I don't know if I just set it up incorrectly or what, but running vulkaninfo in the container gives me the following error:
Solution:Jump to solution
Ok so this was actually a skill issue on my part. I needed to add this environment variable to let vulkan-loader know where the nvidia driver ICD is and now it works:
VK_ICD_FILENAMES=/etc/vulkan/icd.d/nvidia_icd.json
...1 Reply
Solution
Ok so this was actually a skill issue on my part. I needed to add this environment variable to let vulkan-loader know where the nvidia driver ICD is and now it works:
VK_ICD_FILENAMES=/etc/vulkan/icd.d/nvidia_icd.json