Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
|
@@ -16,7 +16,9 @@ WORKDIR $HOME/app
|
|
| 16 |
|
| 17 |
|
| 18 |
# Install required packages
|
| 19 |
-
RUN pip install openai
|
|
|
|
|
|
|
| 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 |
|