Kalpokoch commited on
Commit
58c0927
·
verified ·
1 Parent(s): d92d554

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 /app/policy_vector_db && chmod -R 777 /app/policy_vector_db
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 .