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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,7 +29,7 @@ RUN adduser --system worker
29
  WORKDIR /home/worker/app
30
 
31
  # Ensure the worker user has the necessary permissions
32
- RUN mkdir -p local_data/private_gpt && chown -R worker local_data/private_gpt && chown -R worker local_data
33
 
34
  # Copy only the necessary files for the app
35
  COPY --chown=worker --from=dependencies /home/worker/app/.venv/ .venv
 
29
  WORKDIR /home/worker/app
30
 
31
  # Ensure the worker user has the necessary permissions
32
+ RUN mkdir -p local_data/private_gpt/qdrant && chown -R worker local_data/private_gpt
33
 
34
  # Copy only the necessary files for the app
35
  COPY --chown=worker --from=dependencies /home/worker/app/.venv/ .venv