I installed immich on Windows 11 Pro via WSL2-->Debian-->Docker (not Docker Desktop). I got the basic installation working fine. I am trying to add my Nvidia GPU for hardware acclerated machine learning. I edited my docker-compose.yml file but when I go to restart immich (sudo docker compose up -d), I get the following error:
cannot extend service "immich-machine-learning" in /mnt/c/Users/Travis/immich-app/docker-compose.yml: service "" not found
Does my docker-compose.yml file look right? I do have the hwaccel.ml.yml file in the same directory. It is unmodified from source.