Getting started with UNRAID is simple.
In Community Apps or Plugins, search for MemryX Driver and install it. Once the installation is complete, reboot your system.
Once that is done, you can set up Frigate as usual, but make sure the container is configured with the required MemryX access:
privileged: true
volumes:
- /run/mxa_manager:/run/mxa_manager
devices:
- /dev/memx0
For multiple cards, add all available devices:
devices:
- /dev/memx0
- /dev/memx1
- /dev/memx2
You can also refer to the UNRAID MemryX driver repository for more details.