Need Additional documentation?

Need Additional documentation?  

  By: Raycess on Aug. 23, 2023, 8:57 a.m.

Dear Organizer,

Thanks for organizing the challenge. I have read the article you provided titled 'how to build a docker image for your algorithm', the commands you mentioned in the article to run our program seems to have only created a docker container. So I would like to ask, in addition to the short paper, do we also need to submit a document to explain how to run our program in the docker container?

best, Ray

Re: Need Additional documentation?  

  By: luogongning on Aug. 25, 2023, 2:40 p.m.

To clarify your question, there is no need for an additional document to explain how to run your program in the Docker container. The instructions on how we will run your Docker container are already detailed in the Docker submission guidelines. Specifically, you can assume that we will run the container once, taking data from the /input path and subsequently evaluating the results stored in the /predict path.

Re: Need Additional documentation?  

  By: Raycess on Aug. 27, 2023, 3:24 a.m.

I understand. Thank you for your answer