mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 10:45:42 +01:00
Copy Makefile for make ingest command
This commit is contained in:
parent
8e33e497af
commit
a773e1324d
2 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ COPY --chown=worker private_gpt/ private_gpt
|
|||
COPY --chown=worker fern/ fern
|
||||
COPY --chown=worker *.yaml *.md ./
|
||||
COPY --chown=worker scripts/ scripts
|
||||
COPY --chown=worker Makefile .
|
||||
|
||||
ENV PYTHONPATH="$PYTHONPATH:/private_gpt/"
|
||||
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@ COPY --chown=worker private_gpt/ private_gpt
|
|||
COPY --chown=worker fern/ fern
|
||||
COPY --chown=worker *.yaml *.md ./
|
||||
COPY --chown=worker scripts/ scripts
|
||||
COPY --chown=worker Makefile .
|
||||
|
||||
ENV PYTHONPATH="$PYTHONPATH:/private_gpt/"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue