Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker-compose up No module named 'lollms' #524

Open
0xganz opened this issue Apr 16, 2024 · 4 comments
Open

docker-compose up No module named 'lollms' #524

0xganz opened this issue Apr 16, 2024 · 4 comments

Comments

@0xganz
Copy link

0xganz commented Apr 16, 2024

> 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'

@ParisNeo
Copy link
Owner

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

@Gee1111
Copy link

Gee1111 commented Jul 30, 2024

problem still exists

@the-reasor
Copy link

I still have this problem as well as
./templates
and
./static
not existing but being referenced by the Dockerfile

@ParisNeo
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants