About docker tar file size & time limitation

About docker tar file size & time limitation  

  By: cwlg102 on Aug. 3, 2023, 1:24 a.m.

I have a few questions.

  1. In the "info" tab, it is stated that there would be an error if the Docker tar file size exceeds 12GB. However, even when i directly submitted a file with a size of 14GB, there was no error. Could it be that there is no limit on the Docker file size?

  2. Is there definitely a time limit of 3 hours for executing the Docker file? I am confused because I didn't see any information on how long my algorithm took to run.

Thank you.

Re: About docker tar file size & time limitation  

  By: xiangdeluo on Aug. 3, 2023, 5:43 a.m.

Hi, This year, the validation and testing phases are running on the grand challenge platform, so the max GPU memory size can improve to 15 G, and the docker file size and running time are also not limited. So, our previous guideline is out of state, we will update it later. BTW, we notice your submission of task2 is failed, we check out that the error is about the output path (your output path is "/opt/app/output/GTVp.nii.gz" but the right path should ld be "/output/images/gross-tumor-volume-segmentation/"). Best, Xiangde Luo.