Environment variable ADAPTDL_SUBMIT_REPO
(external repo) doesn't work with a tag
#43
Labels
bug
Something isn't working
export ADAPTDL_SUBMIT_REPO=registry.foo.com/dev/adaptdl-submit:latest
and thenadaptdl submit
results in job failure withMessage: 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.The text was updated successfully, but these errors were encountered: