chore: don't copy fern

This commit is contained in:
Javier Martinez 2024-07-24 09:51:04 +02:00
parent 0ea21b8faf
commit 40a3a7b2f8
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -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