Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -20,6 +20,8 @@ COPY . .
|
|
20 |
RUN pip install --no-cache-dir \
|
21 |
chainlit \
|
22 |
langchain \
|
|
|
|
|
23 |
chromadb \
|
24 |
pydantic \
|
25 |
typing-extensions
|
|
|
20 |
RUN pip install --no-cache-dir \
|
21 |
chainlit \
|
22 |
langchain \
|
23 |
+
langchain_community \
|
24 |
+
langchain_core \
|
25 |
chromadb \
|
26 |
pydantic \
|
27 |
typing-extensions
|