I fixed my issue with containers not starting/not using GPU after updating Unraid to 7.2.5 and hopefully this can help others as well. It was sated in other posts, but I didn't understand at the time. The container management switched to CDI (Container Device Interface). Which, what I've read, is a standardized way to expose hardware (GPUs... etc.) to containers and such. Looks like this update switched to this. Here's what I did to fix it: Go to Plugins tab in the UI. Click 'Check for Updates' and update Nvidia Driver if there's an update. Reboot server Once up and running, open a terminal and type the following the following into the terminal (Generates nvidia.yaml file): nvidia-ctk cdi generate --output=/etc/cdi/nvidia.yamlReconfigure the Docker runtime nvidia-ctk runtime configure --runtime=docker --cdi.enabledGo to Settings > Docker Set 'Enable Docker' to No and click apply Set 'Enable Docker' to Yes and click apply Go to your container template that won't start/won't use your GPU Click the Basic View toggle to switch it to Advanced View in the top right Find the 'Extra Parameters' field Enter in the NEW CDI format for your GPU into the 'Extra Parameters' field: --device=nvidia.com/gpu=all After this, my containers worked and used my GPU again. I'm no expert and I cannot help beyond what I've typed here. The internet helped me understand this more. Hopefully you can get yours working, too. Also, thank you to the developer, ich777. I use a lot of your tools and containers. Your work does not go underappreciated.