-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcommunity-apps-template.xml
More file actions
38 lines (36 loc) · 1.26 KB
/
Copy pathcommunity-apps-template.xml
File metadata and controls
38 lines (36 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0"?>
<Containers>
<Plugin>
<Name>Vulkan Support</Name>
<PluginURL>https://raw.githubusercontent.com/Martynyuu/unraid-vulkan/main/vulkan.plg</PluginURL>
<PluginAuthor>Martynyuu</PluginAuthor>
<Category>Drivers: Productivity:</Category>
<DonateLink>https://ko-fi.com/strudel9</DonateLink>
<Description>
Provides Vulkan loader, tools, and ICD configuration for NVIDIA GPUs on Unraid.
Essential for running GPU-accelerated applications like RealityScan, Blender,
and other Vulkan-dependent software in Docker containers.
Features:
- Vulkan Loader (libvulkan)
- Vulkan Tools (vulkaninfo)
- Docker-ready ICD configuration
- Web UI status page
Requirements:
- Unraid 6.10+
- NVIDIA GPU
- NVIDIA Driver plugin installed
</Description>
<Requires>NVIDIA Driver Plugin</Requires>
<Repository>https://github.com/Martynyuu/unraid-vulkan</Repository>
<Support>https://github.com/Martynyuu/unraid-vulkan/issues</Support>
<Icon>https://raw.githubusercontent.com/Martynyuu/unraid-vulkan/main/icon.png</Icon>
<MinVer>6.10.0</MinVer>
<Date>2026-03-02</Date>
<Changes>
### 2026.03.02
- Initial release
- Vulkan loader and tools for NVIDIA GPUs
- ICD configuration for Docker containers
</Changes>
</Plugin>
</Containers>