Closed DIGist closed 1 month ago
Thank you for filing the issue, I will get this fixed tomorrow.
Just made the change to the dockerfile + requirements.txt and pushed to main.
Please lmk if that doesn't resolve the issue
Thanks! I still ran into the problem, but it seems resolved when I added "libpq-dev" to the apt-get install in the Latest "tldw-nvidia_amd64_Dockerfile"
Thanks for the update, I’ll add that to the docker file and look into why that’s happening.
Yea, so this is me getting ahead of myself, psycopg is a postgres req, but I'm not using postgres as a backend yet/have it as an option.
Seems the req was getting hit from my older RAG implementation. I've gone ahead and commented it out, but will add libpq-dev
as a comment for when I put it back in.
Thanks again for filing the issue and then following up, much appreciated.
Latest git clone
When trying to build the docker container psycopg2 fails to complete in pip install -r requirements.txt
Steps to to reproduce the issue Steps to reproduce the behavior:
What was the expected behavior? TLDW container to be built.
Desktop (please complete the following information):