evo-ai
evo-ai copied to clipboard
pull access denied for evo-ai-api
pull access denied for evo-ai-api
when trying to run with docker
The error pull access denied for evo-ai-api occurs because the Docker image name in the docker-compose.yml file is incorrect. To resolve this, please update the image reference to the correct public image:
image: evoapicloud/evo-ai:latest
I’ve already submitted a pull request to fix this in the repository: #14 Once that PR is merged, the issue will be resolved in the main branch.
This issue has been resolved on the newest updates