Unstructured-IO / unstructured-api

Apache License 2.0
429 stars 94 forks source link

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

Open Jurik-001 opened 3 months ago

Jurik-001 commented 3 months ago

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"

cragwolfe commented 3 months ago

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