Standard_init_linux.go:178: exec user process caused "no such file or directory"

Hi,
I am getting the below error while trying to run a container with my docker image in my linux machine

standard_init_linux.go:178: exec user process caused "no such file or directory"

Though the build was successful, i got few “No such file or directory” warnings while building my image

Step 17/21 : RUN find / -perm -4000 -type f -exec chmod a-s {} ; || true && find / -perm -2000 -type f -exec chmod a-s {} ; || true
** —> Running in 004222d25362**
find: ‘/proc/7/task/7/fdinfo/6’: No such file or directory
find: ‘/proc/7/fdinfo/5’: No such file or directory
find: ‘/proc/16/task/16/fdinfo/6’: No such file or directory
find: ‘/proc/16/fdinfo/5’: No such file or directory

I’m not able to find any solution online, and i’m not even able to figure out what or why is this error caused.

Anyone please suggest… Thanks