Skip to content

Commit

Permalink
resolving: '8349.1 pip._vendor.resolvelib.resolvers.ResolutionTooDeep…
Browse files Browse the repository at this point in the history
…: 200000'
  • Loading branch information
b08x committed Mar 28, 2024
1 parent fb606fc commit 15d3f78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions llamaindex/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ WORKDIR /home/$NB_USER
COPY nlp/requirements.txt .

RUN pip install --no-cache-dir -U pip wheel setuptools && \
pip install -r requirements.txt && \
python3 -m spacy download en_core_web_sm && \
pip install -r requirements.txt

RUN python3 -m spacy download en_core_web_sm && \
python3 -m spacy download en_core_web_lg && \
python -c "import sys, importlib.util as util; 1 if util.find_spec('nltk') else sys.exit(); import nltk; nltk.download('punkt')"

Expand Down
8 changes: 4 additions & 4 deletions nlp/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
IPython
llama-index-embeddings-huggingface
llama-index-graph-stores-nebula
llama-index-llms-langchain
Expand All @@ -6,14 +7,13 @@ llama-index-multi-modal-llms-ollama
llama-index-readers-file
llama-index-readers-obsidian
llama-index-vector-stores-chroma
llama-parse
llama_index
pyvis
IPython
nbconvert[all]
prompttools
pydantic>=1.7.4,!=1.8,!=1.8.1,<3.0.0
pyvis
spacy
txtai[all]
typing_extensions<4.6.0
unstructured
llama-parse
unstructured

0 comments on commit 15d3f78

Please sign in to comment.