adaptdl icon indicating copy to clipboard operation
adaptdl copied to clipboard

Environment variable `ADAPTDL_SUBMIT_REPO` (external repo) doesn't work with a tag

Open odp opened this issue 5 years ago • 0 comments

export ADAPTDL_SUBMIT_REPO=registry.foo.com/dev/adaptdl-submit:latest and then adaptdl submit results in job failure with Message: PodTemplate "resnet18-cifar10-v2-elastic-5b4xl" is invalid: template.spec.containers[0].image: Required value.

Workaround: Turns out removing the latest tag from the env variable does seem work.

odp avatar Oct 06 '20 19:10 odp