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