AXZ91 commited on
Commit
8d4d705
·
verified ·
1 Parent(s): 57395fb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -16,7 +16,9 @@ WORKDIR $HOME/app
16
 
17
 
18
  # Install required packages
19
- RUN pip install openai llama_index chainlit python-dotenv vecs nltk deeplake transformers lancedb chromadb langchain
 
 
20
 
21
  # Expose the secret SECRET_EXAMPLE at buildtime and use its value as git remote URL
22
 
 
16
 
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.70
21
+
22
 
23
  # Expose the secret SECRET_EXAMPLE at buildtime and use its value as git remote URL
24