AXZ91 commited on
Commit
c5eb6df
·
verified ·
1 Parent(s): 5df6099

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ WORKDIR $HOME/app
17
 
18
  # Install required packages
19
  RUN pip install openai chainlit python-dotenv vecs nltk deeplake transformers lancedb chromadb langchain
20
- RUN pip install llama-index==0.8.7
21
 
22
 
23
  # Expose the secret SECRET_EXAMPLE at buildtime and use its value as git remote URL
 
17
 
18
  # Install required packages
19
  RUN pip install openai chainlit python-dotenv vecs nltk deeplake transformers lancedb chromadb langchain
20
+ RUN pip install llama-index==0.10.65
21
 
22
 
23
  # Expose the secret SECRET_EXAMPLE at buildtime and use its value as git remote URL