mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 10:45:42 +01:00
fix: add models folder for docker user
This commit is contained in:
parent
bb0547e260
commit
0399eaa1c9
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ RUN adduser --system worker
|
|||
WORKDIR /home/worker/app
|
||||
|
||||
RUN mkdir "local_data"; chown worker local_data
|
||||
RUN mkdir "models"; chown worker models
|
||||
COPY --chown=worker --from=dependencies /home/worker/app/.venv/ .venv
|
||||
COPY --chown=worker private_gpt/ private_gpt
|
||||
COPY --chown=worker docs/ docs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue