On running the docker image on the host system, prediction is in the output folder. However, I have received the following error message after the submission of the docker image. in makedirs mkdir(name, mode) OSError: [Errno 30] Read-only file system: Kindly help me regarding this issue.

Created by PARVEZ AHMAD parvezamu
Yes, I have tried to create a folder inside the /input. This step is required to preprocess and normalize the validation data. After normalization, the prediction will be in the /output. Thanks, I will avoid creating the folder inside /input.
Hi @parvezamu , Based on the Traceback messages, it sounds like your script is trying to create a new directory within the case folder, which is not allowed. Instead, you should output your prediction NIfTI file to a directory called `/output`, which is already mounted for you. Hope this helps!

docker submission invalid (Submission id: 9715836) page is loading…