Hi everyone, I have just tried to familiarize with the submitting procedure. I just used the tensorflow example. However, when I submitted the model, I received an email said: **{"message":"oci runtime error: exec: "/train.sh": stat /train.sh: no such file or directory"}** My files structure are following: - Dockerfile - DREAM-Example - DREAM_DM_starter_tf.py - score_sc1.sh - test.sh - train.sh my Dockerfile's content: ``` FROM tensorflow/tensorflow:latest-gpu # Prepare for the Digital Mammography DREAM Challenge RUN pip install --upgrade pip RUN pip install pydicom RUN pip install -U scikit-learn RUN pip install tflearn #git+https://github.com/tflearn/tflearn.git WORKDIR ./DREAM-Example COPY ./DREAM-Example/DREAM_DM_starter_tf.py . COPY ./DREAM-Example/train.sh . COPY ./DREAM-Example/test.sh . COPY ./DREAM-Example/score_sc1.sh . ``` Anyone knows what happened? Best, Xiaoming

Created by Xiaoming Zhao StepForward
Dear Xiaoming, It appears that you have run into the same problem described here: https://www.synapse.org/#!Synapse:syn4224222/discussion/threadId=1135 Did the solution on that thread resolve your issue? Best, Thomas

Submission failed with no such file or directory page is loading…