mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 07:40:12 +01:00
fix: "no such group" error in Dockerfile, added docx2txt and cryptography deps (#1841)
* Fixed "no such group" error in Dockerfile, added docx2txt to poetry so docx parsing works out of the box for docker containers * added cryptography dependency for pdf parsing
This commit is contained in:
parent
49ef729abc
commit
947e737f30
3 changed files with 48 additions and 48 deletions
|
|
@ -13,6 +13,8 @@ injector = "^0.21.0"
|
|||
pyyaml = "^6.0.1"
|
||||
watchdog = "^4.0.0"
|
||||
transformers = "^4.38.2"
|
||||
docx2txt = "^0.8"
|
||||
cryptography = "^3.1"
|
||||
# LlamaIndex core libs
|
||||
llama-index-core = "^0.10.14"
|
||||
llama-index-readers-file = "^0.1.6"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue