Has anyone received a similar error? Can you help me troubleshoot?
{"message":"oci runtime error: container_linux.go:247: starting container process caused \"exec: \\\"/preprocess.sh\\\": permission denied\"\n"}
Thanks so much,
Joyce
Created by Joyce Cahoon jyu Thank you! That fixed it Did you maybe forget to mark the file as executable?
This is how to do it from the terminal in Linux or Mac:
`chmod a+x /path/to/preprocess.sh`