/awx_devel is not a valid repository

Hi guys…

idea about this error?b awx pulling is in error status…

docker-compose -f /u01/awx/tools/docker-compose.yml pull

WARNING: The CURRENT_UID variable is not set. Defaulting to a blank string.
WARNING: The DEV_DOCKER_TAG_BASE variable is not set. Defaulting to a blank string.
WARNING: The TAG variable is not set. Defaulting to a blank string.
Pulling postgres … done
Pulling memcached … done
Pulling rabbitmq … done
Pulling awx … error
ERROR: for awx b’Error parsing reference: "/awx_devel" is not a valid repository/tag: invalid reference format’
ERROR: Error parsing reference: “/awx_devel” is not a valid repository/tag: invalid reference format
root@vmansmde01:/u01/awx/installer#

Should works >>> able to bypass the problem by doing the following :

cd /root/awx/tools/
docker pull ansible/awx_task:latest
cd /root/awx/installer
ansible-playbook -i inventory install.yml

but still same problem…

root@host01:/u01/awx/installer# docker-compose -f /u01/awx/tools/docker-compose.yml pull
WARNING: The CURRENT_UID variable is not set. Defaulting to a blank string.
WARNING: The DEV_DOCKER_TAG_BASE variable is not set. Defaulting to a blank string.
WARNING: The TAG variable is not set. Defaulting to a blank string.
Pulling postgres … done
Pulling memcached … done
Pulling rabbitmq … done
Pulling awx … error