mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 20:12:55 +01:00
chore: don't copy fern
This commit is contained in:
parent
0ea21b8faf
commit
40a3a7b2f8
2 changed files with 0 additions and 2 deletions
|
|
@ -33,7 +33,6 @@ RUN mkdir local_data && chown worker local_data
|
||||||
RUN mkdir models && chown worker models
|
RUN mkdir models && chown worker models
|
||||||
COPY --chown=worker --from=dependencies /home/worker/app/.venv/ .venv
|
COPY --chown=worker --from=dependencies /home/worker/app/.venv/ .venv
|
||||||
COPY --chown=worker private_gpt/ private_gpt
|
COPY --chown=worker private_gpt/ private_gpt
|
||||||
COPY --chown=worker fern/ fern
|
|
||||||
COPY --chown=worker *.yaml .
|
COPY --chown=worker *.yaml .
|
||||||
COPY --chown=worker scripts/ scripts
|
COPY --chown=worker scripts/ scripts
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,6 @@ RUN mkdir local_data && chown worker local_data
|
||||||
RUN mkdir models && chown worker models
|
RUN mkdir models && chown worker models
|
||||||
COPY --chown=worker --from=dependencies /home/worker/app/.venv/ .venv
|
COPY --chown=worker --from=dependencies /home/worker/app/.venv/ .venv
|
||||||
COPY --chown=worker private_gpt/ private_gpt
|
COPY --chown=worker private_gpt/ private_gpt
|
||||||
COPY --chown=worker fern/ fern
|
|
||||||
COPY --chown=worker *.yaml ./
|
COPY --chown=worker *.yaml ./
|
||||||
COPY --chown=worker scripts/ scripts
|
COPY --chown=worker scripts/ scripts
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue