Fully offline use #3462
etlweather
started this conversation in
General
Replies: 1 comment
-
|
If you like... you might be interested in this project. https://github.com/gitricko/hermes-webtop It has Hermes-agent preinstalled and preconfigured. Might not be fully want u need... but u can use this as a model... should be close enough. This project was start so that u can host hermes safely in its own container... turns out, it also works great in codespace (light enough) so that anybody can experience Hermes Agent without needing to:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am looking at creating my own image based on this project (very awesome project by the way). The reason is I want to initialize the project, download all dependencies and additional Python packages or Linux utilities ahead of time so the image can then be exported, moved to an air-gapped computer and then run without requiring access to the internet.
If anyone has done that, please let me know. Otherwise, I am seeking any tip, confirmation or advices.
From what I see I would need to:
docker_init.bashscript but not let it actually start the hermes server and so forth.Any insight is welcome!
Beta Was this translation helpful? Give feedback.
All reactions