ai-code/docker-images/README.md
2026-03-15 16:09:59 +00:00

14 lines
454 B
Markdown

# 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/