Spaces:
Running
Running
Update Dockerfile
Browse files- 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 |
|