llmine_core icon indicating copy to clipboard operation
llmine_core copied to clipboard

Installing issue with docker compose

Open minhhoangho opened this issue 1 year ago • 2 comments

Hi, I'm so appreciated about your great work with this powerful tool

However, when installing with docker compose, I found that some css or js files are missing, so that I could not build the application properly. It's possible that there might be some lines in our .gitignore file that are causing this problem. Can you help check that?

Thank you for your contribution and hard work.

minhhoangho avatar Jun 14 '24 10:06 minhhoangho

+1

n0kovo avatar Oct 29 '24 04:10 n0kovo

Hi, Ideally the static files should be generated via the Django's collectstatic command, which I have included in the docker-entrypoint-celery.sh file. If this is not working, it might be worth inspecting the docker volumes mentioned in the compose file.

I might need more info on the exact steps you performed and the exact issues you faced. Apologies for the late reply and thank you for exploring LLMine.

arpanpreneur avatar Oct 29 '24 10:10 arpanpreneur