Closed
Description
Some workflows currently fail with the following message: (example)

We should add a check / step to our EC2 linux setup common scripts see if the docker daemon is currently running using systemctl is-active --quiet docker and then use sudo systemctl start docker if it isn't currently running.
Change can probably be added as a separate step here:
pytorch/.github/templates/common.yml.j2
Lines 97 to 125 in a3d099e
To be done prior to ECR login so that ECR login should work as expected (which relies on the docker daemon).
cc @seemethere @malfet @pytorch/pytorch-dev-infra