Update Dockerfile
Browse files- 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.
|
| 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
|