mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-30 17:55:13 +02:00
Fix HF build issue (#958)
Added click to the pip install line. Looks like huggingface-hub 1.13.0 added a CLI dependency on click but didn't declare it as a hard requirement (or it's only required for the CLI entrypoint). Needed to unblock the build.
This commit is contained in:
parent
4f2185c621
commit
961ad35469
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ RUN pip3 install --no-cache-dir \
|
|||
langchain==1.2.16 langchain-core==1.3.2 langchain-huggingface==1.2.2 \
|
||||
langchain-community==0.4.1 \
|
||||
sentence-transformers==5.4.1 transformers==5.7.0 \
|
||||
huggingface-hub==1.13.0 \
|
||||
huggingface-hub==1.13.0 click \
|
||||
pulsar-client==3.11.0
|
||||
|
||||
# Most commonly used embeddings model, just build it into the container
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue