Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|
|
|
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
|