[mod] add user
This commit is contained in:
parent
f1fdce0f00
commit
1122dd4816
2 changed files with 19 additions and 9 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue