Unstructured-IO/unstructured-api

Running unstructured-api docker image in openshift result in permission denied

Jurik-001 opened this issue · 2 comments

I used openshift to deploy unstructured-api creates following error: level=error msg="runc create failed: unable to start container process: exec: "scripts/app-start.sh": stat scripts/app-start.sh: permission denied"

Is it trying to run as a particular user?

The script is executable as the user notebook-user which has uid 1000.

$ ls -l scripts/app-start.sh 
-rwxr-xr-x 1 notebook-user notebook-user 118 Mar 13 18:26 scripts/app-start.sh