What are pre-requisites to run nvidia/cuda image on Windows 10 22H2/GeForce GTS 450?

I want to get benefit of GPU support by PhotoPrism app or any similar.
I have latest NVidia driver (ver. 23.21.13.9135, 391.35-desktop-win10-64bit-international-whql.exe)
and Docker (ver. 4.36+) installed.
I tried to check can Docker use my GPU like desribed at Enable GPU support | Docker Docs
When “Command: nvidia-smi” is remarked in compose.yaml, I get
“WARNING: The NVIDIA Driver was not detected. GPU functionality will not be available.” on “docker compose up”, when nvidia-smi is run, I get “nvidia-container-cli: initialization error: WSL environment detected but no adapters were found: unknown”
I guess my WSL needs some modification, but I’m not sure.
Thanks for any help.