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