I have my Docker image for the BraTS-GoAT task built and successfully tested locally, following the containerized-algorithm instructions (runs with --network none, reads the read-only /input, and writes flat .nii.gz predictions to /output). Before pushing it to the Synapse registry, I have a few questions to make sure I submit correctly: **1- Pushing the image:** What exactly do I need to have in place to docker push the image to Synapse without errors? I assume I need to be a Certified Synapse User, use a Personal Access Token with "Modify" permission, and push to a project (docker.synapse.org//:) — is that correct, and is there anything else required? Also, should be the ID of the "Challenge Submission Project" (syn...) listed under the "Your Projects" tab in my Synapse account? **2- Order of submission:** Can I push the Docker image to Synapse before my short paper is submitted on OpenReview, or does the paper need to be submitted first? **3- Linking paper, team, and image:** How should I link my short paper to my Docker submission and to my team? Is there a specific procedure to associate my Synapse team with both the paper and the Docker image so that the submission is correctly recognized and evaluated? **4- Submission confirmation:** After pushing the image, how can I confirm that my Docker submission was successfully received and queued for evaluation? Is there a status page, notification, or log I should check? Thank you very much for your help!

Created by Henrique Zan Henrique_Zan
Hi @Henrique_Zan , To clarify on your first question - yes, you will need to push your model to a Synapse project where _you_ have write permissions (which is why configuring a Personal Access Token with "modify" permissions is necessary!). And yes, the project synID you should use in the `docker build` command must belong to the "Challenge Submission Project" for this challenge. For convenience, this synID is provided to you directly within the **Submission** section of the challenge task page. For example: ![project_synid](https://www.synapse.org/Portal/filehandle?entityId=syn76341968&preview=false&version=1) Hope this helps!
Hi @Henrique_Zan Thanks for reaching out. Here are the answers to your questions: 1- Please follow the [Submission Instructions](https://www.synapse.org/Synapse:syn74274097/wiki/639582) for pushing your Docker image into Synapse Registry. 2- The order of submission is not important; what matters here is that your Docker image can be executed successfully and we receive your submitted manuscript. 3- In the OpenReview platform, there is a placeholder in the submission portal in which you need to write down your Synapse_Team_Name. 4- We will start executing the submitted Dockers right after the submission deadline. Then, if needed, we will contact you. Good luck with your submission, /Mehdi

Questions about submitting the containerized algorithm (BraTS-GoAT) page is loading…