Hey organizers and fellow participants,
Can someone help me to find out, why I can't push docker images?
Though, I can login, but it throws following error.
Error: "denied: requested access to the resource is denied."
Thanks,
Sandeep
Created by Sandeep Kumar Dhanda skdhanda Dear Sandeep,
Thank you Yuanfang for answering this question. It is true that there is a limit of 3 to each scoring lane, and also true that we cannot made 2 of your submissions invalid as scores are already returned to you. We apologize for the inconvenience.
best,
Tom There is a limit of 3 to submit to each scoring lane.
Just to clarify, because that you get feedback score from the scoring lane, to be fair and transparent to all participants, it is OK to cancel a submission before you receive a score, but it is not allowed to cancel existing submissions once the submission is scored and emailed back to you. Because as you could imagine, if that is allowed, that is equivalent to allowing infinite submission to the scoring lane, which is a strategy DREAM no long uses after 2014.
for 'before your receive a score', please expect a time ranging from 20 minutes to 4 days for the organizers side to react to your request. So ideally all tests should go through on express lane before main lane submission. Thanks Tom for your quick help.
Now, I can submit my model and get it scored. Is there any limit for submissions in main lane (other than express lane)?
If so, please disregard my previous submissions, as I made these (two) submissions by mistake to main lane (instead of express lane).
Thanks,
Sandeep
Dear Sandeep,
Here is a getting started [tutorial](http://docs.synapse.org/articles/getting_started.html#project-and-data-management-on-synapse).
You will want to replace syn12345 with a synapse id of your own private project. So:
```
docker build -t docker.synapse.org/yourprojectsynapseId/yourprojectName:version1 /path/to/Dockerfile/
docker push docker.synapse.org/yourprojectsynapseId/yourprojectName:version1
```
Best,
Tom Thanks Tom,
My command is
docker push docker.synapse.org/syn12345/mytestrepo:sub1_version1.
I need to learn more about creating own private projects.
Thanks,
Sandeep
Dear Sandeep,
Can you give me the command that you are running to try to push an image. Please make sure you are creating your own private Synapse project before pushing your docker image.
Best,
Tom