Updated Docker image build on CircleCI (markdown)

Ailing
2020-04-14 15:30:02 -07:00
parent 924fddab96
commit 4c1fe25bc3

@ -81,7 +81,7 @@ Note this instruction provides guidance to add a new **base** docker image. If y
- Add an entry in https://github.com/pytorch/pytorch/blob/master/.circleci/docker/build.sh#L37 and make changes to Dockerfiles accordingly.
- Test your image by building it locally.
- Add a repo in AWS ECR to hold your image. It requires access to PyTorch's AWS account to do this step.
- Trigger a new build process as described in [this section](How-to-trigger-new-build-process-if-I-dont-want-to-wait-for-a-week?)
- Trigger a new build process as described above.
- Remove https://github.com/pytorch/pytorch/blob/master/.circleci/verbatim-sources/workflows-ecr-gc.yml#L2-L8 so that docker_hub_index_job can be run on your PR. http://docker.pytorch.org/ will then display images pushed into the newly created repo.
- **WAIT UNTIL ALL BUILD JOBS TO FINISH** and make sure all new images have been uploaded. Save the tag of the new images.
- Run regenerated.sh with the new tag and update your PR.