I've run several models of Wyoming whisper successfully on a dgx spark computer using the rhasspy/wyoming-whisper image.
However this image does not use the GPU. To run with the GPU on this ARM computer, I tried the abtools/wyoming-whisper-cuda image using the docker compose file (I adapted the volumes entry for my local setup) given in https://hub.docker.com/r/abtools/wyoming-whisper-cuda
The image seems to run, but the voice system from home assistant does not seem to get a reply. Instead it seems to time out without any error feedback.
Has anyone run this image or have an image that works on a dgx spark?
Any suggestion on how to investigate this further is also welcome.