[mod] add user

This commit is contained in:
Andy Bunce 2026-03-15 16:09:59 +00:00
parent f1fdce0f00
commit 1122dd4816
2 changed files with 19 additions and 9 deletions

View file

@ -1,5 +1,14 @@
# About
Builds a docker image called `smart-agent`
This provides a [Opencode](https://opencode.ai/docs/) install with custom configuration
This image has development tools including python:3.12, java jdk,BaseX
A zsh function (zsh.add) is used to invoke the image.
# Build
```
docker build -t smart-agent -f Dockerfile.agent .
```
## Acknowledgements
Inspired by https://www.invisiblefriends.net/running-opencode-with-local-llms-on-an-m3-ultra-512gb/