agentsay commited on
Commit
ce53081
·
verified ·
1 Parent(s): f7911f7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -26,6 +26,7 @@ ENV CHROMA_DB_DIR=/app/chroma_storage
26
  # Copy project files
27
  COPY requirements.txt api.py config.py crop_disease_qa.json /app/
28
 
 
29
  # Install Python dependencies
30
  RUN pip install --no-cache-dir python-multipart -r requirements.txt
31
 
 
26
  # Copy project files
27
  COPY requirements.txt api.py config.py crop_disease_qa.json /app/
28
 
29
+ RUN pip install -U langchain-groq
30
  # Install Python dependencies
31
  RUN pip install --no-cache-dir python-multipart -r requirements.txt
32