agentsay commited on
Commit
e080a10
·
verified ·
1 Parent(s): b6e0c65

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -14,6 +14,9 @@ RUN mkdir -p /app/data/chroma_crop_rag && chmod -R 777 /app/data
14
  # Set HF_HOME
15
  ENV HF_HOME=/app/cache
16
 
 
 
 
17
  # Copy data folder and other files
18
  COPY chroma_crop_rag /app/data/chroma_crop_rag
19
  COPY requirements.txt api.py config.py crop_disease_qa.json /app/
 
14
  # Set HF_HOME
15
  ENV HF_HOME=/app/cache
16
 
17
+ # Debug: List build context contents
18
+ RUN ls -la .
19
+
20
  # Copy data folder and other files
21
  COPY chroma_crop_rag /app/data/chroma_crop_rag
22
  COPY requirements.txt api.py config.py crop_disease_qa.json /app/