Amna2024 commited on
Commit
9e92bf9
·
verified ·
1 Parent(s): a880d8c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -12,6 +12,9 @@ RUN ls -la /app && ls -la /app/RAG
12
 
13
  RUN chmod 777 /app/RAG/chroma.sqlite3
14
 
 
 
 
15
  # Install requirements.txt
16
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
17
 
 
12
 
13
  RUN chmod 777 /app/RAG/chroma.sqlite3
14
 
15
+ #RUN touch /app/RAG/testfile && ls -la /app/RAG/testfile
16
+
17
+
18
  # Install requirements.txt
19
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
20