Is it possible to simply update the files that have changed before running the containers again? If I want to just modify, say preprocess.sh Dockerfile train.sh Is there an easy way to do this without needing to push the whole image up again?

Created by Peter Brooks fustbariclation
Thank you, yes, that helps, and makes sense.
No, you have to 'docker build', 'docker push', and then submit to the challenge. Small, frequent changes should be tried out locally (e.g. using the pilot data set) before sending in a submission, as the submission queues are meant for long running jobs.   Hope this helps.

Updating a file in your project page is loading…