AWX install fails on Ubuntu 20.04 at start the containers

Installing AWX on ubuntu 20.04 and I get the following error during install

TASK [local_docker : Start the containers] *************************************
fatal: [localhost]: FAILED! => {“changed”: false, “errors”: , “module_stderr”: “”, “module_stdout”: “”, “msg”: “Error starting project 500 Server Error for http+docker://localhost/v1.40/images/create?tag=latest&fromImage=redis: Internal Server Error ("Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)")”}

PLAY RECAP *********************************************************************
localhost : ok=12 changed=1 unreachable=0 failed=1 skipped=91 rescued=0 ignored=0

not sure how to fix this error. Any help is appreciated.