Ibraaheem commited on
Commit
fc5c20c
·
1 Parent(s): ba5dfc5

Update Dockerfile

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