Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -17,6 +17,7 @@ RUN pip install --no-cache-dir \
|
|
| 17 |
crewai>=0.28.0 \
|
| 18 |
openai>=1.3.0 \
|
| 19 |
langchain>=0.0.271 \
|
|
|
|
| 20 |
langgraph>=0.0.16 \
|
| 21 |
python-dotenv>=1.0.0 \
|
| 22 |
pydantic>=2.0.0
|
|
|
|
| 17 |
crewai>=0.28.0 \
|
| 18 |
openai>=1.3.0 \
|
| 19 |
langchain>=0.0.271 \
|
| 20 |
+
langchain_openai \
|
| 21 |
langgraph>=0.0.16 \
|
| 22 |
python-dotenv>=1.0.0 \
|
| 23 |
pydantic>=2.0.0
|