Skip to content
Marta Españó López edited this page Mar 20, 2024 · 1 revision

Welcome to the dane-audio-extraction-worker wiki!

Common error

When running the Docker container, in case of encountering the following error message:

docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "./docker-entrypoint.sh": permission denied: unknown.

Can be fixed with:

chmod +x docker-entrypoint.sh

Clone this wiki locally