Would be great to have GPU support in case you run Home Assistant on something other than a raspberry Pi, like KVM with GPU passtrough. Or in case that you want to use the docker image on an external server.
I imagine that we just need to change the base image from FROM debian:bullseye-slim to FROM nvidia/cuda:12.1.1-cudnn8-runtime-ubuntu22.04
Would be great to have GPU support in case you run Home Assistant on something other than a raspberry Pi, like KVM with GPU passtrough. Or in case that you want to use the docker image on an external server.
I imagine that we just need to change the base image from
FROM debian:bullseye-slimtoFROM nvidia/cuda:12.1.1-cudnn8-runtime-ubuntu22.04