Default docker image when using the form to create a competition
The following PR reversed a recent change:
- #935
Adding value="codalab/codalab-legacy:py37"
broke the editor: when saving a competition with a custom queue, the docker image was reset to the default one.
The goal of this change was simply to have codalab/codalab-legacy:py37
by default in the docker image field when creating a competition using the form (the creator). It should not have incidence on the editor. I create this issue to keep track of these little change we wanted to make.
(@bbearce
)