lollms-webui
lollms-webui copied to clipboard
docker-compose up No module named 'lollms'
> docker-compose up
...
webui_1 | Traceback (most recent call last):
webui_1 | File "/srv/app.py", line 14, in <module>
webui_1 | from lollms.app import LollmsApplication
webui_1 | ModuleNotFoundError: No module named 'lollms'
hi, I think that I need to rewrite the docker compose from scratch. the new version of lollms is just not compatible with it anymore
problem still exists
I still have this problem as well as ./templates and ./static not existing but being referenced by the Dockerfile
yo, don't use the dockercode, it is very old and I did not update it for ages. Try using lollms as described in the doc without putting it on a server as lollms is a single user app that runs locally. It is possible to share it but you need to know many things that I did not document yet beceause I don't think it is yet secure enough for that.
When lollms is secure enough I'll add an option to use it as a router with sharing. For now, use it as a local tool that can connect to remote services. The application parts are the most interesting thing in lollms.