microsoft / OCR-Form-Tools

A set of tools to use in Microsoft Azure Form Recognizer and OCR services.
MIT License
509 stars 171 forks source link

docker: Error response from daemon: OCI runtime create failed: container_linux.go:370: starting container process caused: exec: "./run.sh": permission denied: unknown. #933

Open Shumeng-edge opened 3 years ago

Shumeng-edge commented 3 years ago

I want to run image through docker, but I got an error: docker: Error response from daemon: OCI runtime create failed: container_linux.go:370: starting container process caused: exec: "./run.sh": permission denied: unknown.

How can I solve this problem?

sanjaydatasciencedojo commented 2 years ago

Hi @Shumeng-edge , please add this line before the last line.

RUN ["chmod", "+x", "run.sh"]