Kyle Archie

Results 16 comments of Kyle Archie

happens when I run `docker-compose run --rm auto-gpt` in the directory with the .env and docker-compose.yml files.

no I put those files in a different directory. Just followed what's here: https://docs.agpt.co/setup/#set-up-with-docker

ok so I was able to get it to work when my xml (edit: yaml... sorry for the typo) file was this: ``` version: "3.9" services: auto-gpt: image: significantgravitas/auto-gpt:0.2.2 depends_on:...

I second that... I had it all running fine yesterday in a dedicated conda environment I setup. Just downloaded the repo and it worked great. Unfortunately this morning, I updated...