I saved the preprocessing code into preprocess.sh and prepared train.sh for model training but for some reason preprocess.sh does not execute when I include both of these scripts to my docker image (single digest option). The executable permissions are open for all the scripts under my docker folder. Any ideas for why this could be happening? I am using Ubuntu.

Created by Zafer Aydin zaferaydin
Yes I read that section before and at that time I thought I need to prepare a file like that for separate docker images but looks like it is required all the time. Submitting this type of file for the image fixed the problem. Thanks.
Dear Zafer, Please view this page: https://www.synapse.org/#!Synapse:syn4224222/wiki/401759 and go to the section about Training with Preprocessing. Are you submitting a text file in this format? ``` preprocessing=docker.synapse.org/syn5644795/dm-python-preprocessing-example@sha256:da27f973e4a85ceb59d8d79f3a50ef6a804ab2d3c00a5c1d26ec9e7893a2241f training=docker.synapse.org/syn5644795/dm-python-training-example@sha256:da27f973e4a85ceb59d8d79f3a50ef6a804ab2d3c00a5c1d26ec9e7893a2241f ``` Best, Thomas

preprocess.sh not running page is loading…