Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Jurik-001 opened this issue Mar 18, 2024 · 1 comment

Comments

@Jurik-001
Copy link

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants