Ibraaheem commited on
Commit
45d97f6
·
1 Parent(s): 9087e94

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -42,7 +42,7 @@ COPY --chown=worker *.yaml *.md ./
42
  # Ensure the 'meta.json' file has the correct permissions
43
  RUN touch local_data/private_gpt/chromadb/meta.json && chown worker local_data/private_gpt/chromadb/meta.json
44
 
45
- #RUN chmod 777 local_data/private_gpt/qdrant/meta.json
46
 
47
  USER worker
48
 
 
42
  # Ensure the 'meta.json' file has the correct permissions
43
  RUN touch local_data/private_gpt/chromadb/meta.json && chown worker local_data/private_gpt/chromadb/meta.json
44
 
45
+ RUN chmod 777 local_data/private_gpt/chromadb/meta.json
46
 
47
  USER worker
48