Amna2024 commited on
Commit
0e2f759
·
verified ·
1 Parent(s): d7287e4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ COPY . /app/
10
  # List directory contents to debug (can be removed later)
11
  RUN ls -la /app && ls -la /app/RAG
12
 
13
- RUN ls -la /app/RAG
14
 
15
  # Install requirements.txt
16
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
 
10
  # List directory contents to debug (can be removed later)
11
  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