Runtime error on huggingface spaces

So I recently uploaded my project on huggingface spaces which I made using gradio and it gives me the following error: Runtime error

failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to create new parent process: namespace path: lstat /proc/0/ns/ipc: no such file or directory: unknown

Any idea how I can resolve this? Would be much appreciated, thanks in advance!

Same problem with a space with a simple docker container running just a FastApi in python (just a hello world)