I've been getting this error while preprocessing:
{"message":"invalid header field value \"oci runtime error: container_linux.go:247: starting container process caused \\\"exec: \\\\\\\"/preprocess.sh\\\\\\\": permission denied\\\"\\n\""}
Does this suggest an error in my code or rather a problem on the server side?
Thanks
Created by Michael Kawczynski MichaelK Dear Michael,
Please refer to `Building a Docker Image` on this [page](#!Synapse:syn4224222/wiki/401759). It states that :
All the entry points for pre-processing, training and inference/scoring must have the permissions 755 (e.g. `chmod 755 preprocess.sh`).
Maybe thats whats causing your error?
Best,
Thomas
Drop files to upload
"Permission denied" error during preprocessing page is loading…