help needed - when i pull the latest image i don't get the latest image
when i pull the latest docker image and run it, based on the UI i am running 0.9.2.2 but the latest version is 0.9.3. Pulled many times with the same result: what am i doing wrong?
I assume you’re running Agent Zero via a docker-compose.yml configuration file, right? If that’s the case, the issue is very likely caused by mounting the entire /a0 directory in your config file. This can lead to problems during upgrades.
To resolve this, it’s recommended to follow the official mounting method.
Choose or create a directory on your machine where you want to store Agent Zero's data This can be any location you prefer (e.g., C:/agent-zero-data or /home/user/agent-zero-data) You can map individual subfolders of /a0 to a local directory or the full /a0 directory (not recommended). This directory will contain all your Agent Zero files, like the legacy root folder structure: /agents - Specialized agents with their prompts and tools /memory - Agent's memory and learned information /knowledge - Knowledge base /instruments - Instruments and functions /prompts - Prompt files /work_dir - Working directory .env - Your API keys /tmp/settings.json - Your Agent Zero settings
Check if you pull our new repository agent0ai/agent-zero and not the old frdel/agent-zero
Installed the image using docker desktop so while i am sure a docker compose is used at some point in the process, I did not use one.
Yes, i am using agent0ai/agent-zero again in docker desktop.
I deleted the existing 0.9.2.2 container and image then pulled the 'latest' image using docker desktop. Run - adjusted settings - open browser. Everything works (my previous config was loaded from my local directory (api keys, model selections...) but the version reported in the UI is still 0.9.2.2
Now I know I am doing something wrong (aka dumb)
In Docker Desktop
- Stop running container
- Delete container
- Delete image
- Not PULL 'LATEST' - PULL v0.9.3
- List images - Tag is v0.9.3
- Set parameters and run image
- UI shows Version M v0.9.2-2 25-07-21 07:48
NOOB lost, Please help NOOB!
I was able to correct whatever mistake i made by removing the host folder then performing the steps listed above.
I now suspect the issue was caused by my modification of kokoro_tts.py - I have used kokoro since it's release and prefer a different voice :^)
Thanks for the help. And thanks for an awesome project.