but when i try to do sudo docker-compose up -d it returns following error:
Pulling app (athenassaurav/rasa:12345)…
ERROR: pull access denied for athenassaurav/rasa, repository does not exist or may require ‘docker login’: denied:
requested access to the resource is denied
I pushed and it is public. All commands as mentioned. Only when i tried docker-compose up -d it failed to pull and given that error. The repo on docker hub is public.
@athenasaurav I’m not sure this is a Rasa specific issue - can you try doing a manual docker pull athenasaurav/rasa:12345? I’m able to pull the image myself locally.