Docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running hook #0: error running hook: exit status 1, stdout: , stderr: Auto

i’m trying to run SGT/INSTALL.md at main · HYUNJS/SGT · GitHub on my own computer. Following the guide from that page in

C:\WINDOWS\system32>docker run --rm -it -d --shm-size=16G --gpus all -v E:/dataSGT/samah:/var/lib/docker --name sgt -p 3000:22 -p 3001:8081 jshyunaa/sgt:cu113
but i get this error:
4047f072d415073b2d4e2b5951c39efa0e4a9152564ce005ca9b1659fe9f80a3
docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running hook #0: error running hook: exit status 1, stdout: , stderr: Auto-detected mode as ‘legacy’
nvidia-container-cli: initialization error: WSL environment detected but no adapters were found: unknown.

I’m on a Windows 10 Professionnel Version 21H2 home computer, and I tried this in WSL 2. This is the output when running docker --version : `Docker version 20.10.17, build 100c701, on both systems (WSL and windows).

What am I doing wrong here?