Hi,
Every time I push to the repository it says received unexpected HTTP status: 500 and all the files are retrying. Whats the issue"
Created by Elvin Ding eding36 Hi @eding36,
In order for the pipeline to process your submission correctly, your model will need to output the `predictions.csv` file into a folder called `output/`. The pipeline will run a Docker container of your submission with this `output/` folder mounted.
See [here](https://github.com/Sage-Bionetworks-Challenges/sample-model-templates/blob/f994a60e8dbcb8469b30d6871d6ac7f02d070608/python/run_model.py#L23) for an example of how the Python sample script does this. If you are working with R, there is an R example in the same repository.
Let us know how this works for you and if you have further questions,
Jenny OKay thanks that works! thanks so much
was also just wondering if i just export the predictions.csv file to the root directory, not an output folder. And that i mount the output folder from my project to the /output folder of the docker. is that correct? Hi @eding36,
Can you try re-authenticating with the command:
`docker login docker.synapse.org --username `
and see if that works? Things are functioning as expected on the server side, so I suspect this is an issue with authentication or your access to the `syn62168081` project.
Thanks,
Jenny docker push docker.synapse.org/syn62168081/final-model:v1
The push refers to repository [docker.synapse.org/syn62168081/final-model]
26d700a53a7d: Preparing
cb44d4254c6f: Retrying in 1 second
4859b5f51dd2: Retrying in 1 second
0ccfe27fd4ac: Retrying in 1 second
ff013a5e1ae5: Retrying in 1 second
5f70bf18a086: Waiting
f77a3bb0d661: Waiting
287b1f302ec2: Waiting
64f01445c2c4: Waiting
8f5ebd7199cb: Waiting
28e03088bc15: Waiting
0d80db6a0977: Waiting
916d866d5b0d: Waiting
8f4ceb8cc1a2: Waiting
received unexpected HTTP status: 500 Hi @eding36,
Can you share the command you are executing to push to the repository, and the full error message?
Thanks,
Jenny