Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt at fixing sagemaker system test (#32220)
It has been failing a bit randomly recently with 400 errors from the line that logs in the public ecr repo. Upon reading the doc (https://docs.aws.amazon.com/AmazonECR/latest/public/public-registries.html), it seems we shouldn't use the same credentials as for a private repo. Why it was working until now (and is still working from time to time) is still a mystery. Hopefully this should help. Also, there was a warning that using --password on the command line was a bad idea, so piping the credentials will make that go away.
- Loading branch information