hey im setting up immich for the first time on a windows 10 pro pc with an rx 7800 xt gpu
I managed to get postgres and redis container to launch without error, but machine_learning and server is not launching, the command prompt shows an error: "Error response from daemon: error gathering device information while adding custom device "/dev/dri": no such file or directory"
In the .env, I tried adding a line:
"# ROCm GPU Compatibility variables
HSA_OVERRIDE_GFX_VERSION=11.0.0"
but it made no difference (same command prompt error)
Please help