AutoGPT
AutoGPT copied to clipboard
data/CURRENT_BULLETIN.md missing when using Docker
⚠️ Search for existing issues first ⚠️
- [X] I have searched the existing issues, and there is no existing issue for my problem
Which Operating System are you using?
Windows
Which version of Auto-GPT are you using?
Latest Release
GPT-3 or GPT-4?
GPT-3.5
Steps to reproduce 🕹
Start Auto-GPT via Docker: (significantgravitas/auto-gpt latest bdbf2bfcb8de)
https://github.com/Significant-Gravitas/Auto-GPT/issues/3704#issuecomment-1535166106
File "/app/autogpt/main.py", line 64, in run_auto_gpt motd, is_new_motd = get_latest_bulletin() File "/app/autogpt/utils.py", line 130, in get_latest_bulletin open("data/CURRENT_BULLETIN.md", "w", encoding="utf-8").write(new_bulletin) FileNotFoundError: [Errno 2] No such file or directory: 'data/CURRENT_BULLETIN.md'
Current behavior 😯
File "/app/autogpt/main.py", line 64, in run_auto_gpt motd, is_new_motd = get_latest_bulletin() File "/app/autogpt/utils.py", line 130, in get_latest_bulletin open("data/CURRENT_BULLETIN.md", "w", encoding="utf-8").write(new_bulletin) FileNotFoundError: [Errno 2] No such file or directory: 'data/CURRENT_BULLETIN.md'
Expected behavior 🤔
No response
Your prompt 📝
not relevant (happens prior to starting)
Your Logs 📒
No response
having same issue on mac m1
There are issues related to the underlying image itsef, so should not be platform specific
Same issue on Windows
FileNotFoundError: [Errno 2] No such file or directory: 'data/CURRENT_BULLETIN.md'
same issue on chromeOS. using sudo docker run -eOPENAI_API_KEY=moo significantgravitas/auto-gpt
Any with a solution?
No solution yet but I was able to bypass by installing in VSCode. I used this YouTube video title as a guide "Auto-GPT UPDATED INSTALL GUIDE | ChatGPT Sparks of AGI | Website Building"
any solution yet ? I met the same issue on RHEL 8.6
You can copy anything into that location and it should just work
Went through this error when I prompted this :
docker run --rm -it --name auto-gpt --env-file=.env -v $PWD/stuff:/app/autogpt/auto_gpt_workspace -v $PWD/plugins:/app/plugins significantgravitas/auto-gpt