Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -15,7 +15,7 @@ ENV TRANSFORMERS_CACHE=/app/.cache \
|
|
| 15 |
RUN mkdir -p /app/.cache && chmod -R 777 /app/.cache
|
| 16 |
|
| 17 |
# ✅ Ensure ChromaDB can write its persistent database
|
| 18 |
-
RUN mkdir -p /
|
| 19 |
|
| 20 |
# Copy only the requirements file to leverage Docker cache
|
| 21 |
COPY requirements.txt .
|
|
|
|
| 15 |
RUN mkdir -p /app/.cache && chmod -R 777 /app/.cache
|
| 16 |
|
| 17 |
# ✅ Ensure ChromaDB can write its persistent database
|
| 18 |
+
RUN mkdir -p /data/policy_vector_db && chmod -R 777 /data/policy_vector_db
|
| 19 |
|
| 20 |
# Copy only the requirements file to leverage Docker cache
|
| 21 |
COPY requirements.txt .
|