Docker compose rasa x installation "error owner does not match current user" [solved]

Hi all, I’m posting this here in case someone else has this issue. In running docker compose installation of rasa-x, I ended up with an error that said “~/.netrc error owner (user) does not match current user (root)” This seems to be some sort of problem with ansible being run as sudo from a user account. The solution is to drop into SU
$sudo su
and then run
#bash ./install.sh