Ibraaheem commited on
Commit
7ac85a3
·
1 Parent(s): 98446e0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -38,4 +38,8 @@ COPY --chown=worker docs/ docs
38
  COPY --chown=worker *.yaml *.md ./
39
 
40
  USER worker
 
 
 
 
41
  ENTRYPOINT .venv/bin/python -m private_gpt
 
38
  COPY --chown=worker *.yaml *.md ./
39
 
40
  USER worker
41
+
42
+ # Ensure the 'meta.json' file has the correct permissions
43
+ RUN touch local_data/private_gpt/qdrant/meta.json && chown worker local_data/private_gpt/qdrant/meta.json
44
+
45
  ENTRYPOINT .venv/bin/python -m private_gpt