Open flynntsang opened 1 week ago
Update md file for agent machine. Also add to common problems section of docs.
git clone https://github.com/eidolon-ai/agent-machine.git cd agent-machine
sudo make docker-serve
Error:
poetry lock --no-update make: poetry: No such file or directory make: *** [Makefile:44: poetry.lock] Error 127
Solution: create a new repo from the agent-machine template, then clone that to your dev machine.
Easy (1 pointer) if just updating the Docker deployment. More work for Kubernetes.
See agent-machine repo commit # 8791e6a58f7a3b08b565a341ed408cb5675c07ae
Update md file for agent machine. Also add to common problems section of docs.
sudo make docker-serve
Error:
Solution: create a new repo from the agent-machine template, then clone that to your dev machine.