Skip to content

Commit

Permalink
fix: add models folder for docker user
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloogc committed Oct 27, 2023
1 parent bb0547e commit 0399eaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0399eaa

Please sign in to comment.