mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-08-02 08:06:08 +00:00
Copy Makefile
for make ingest
command
This commit is contained in:
parent
8e33e497af
commit
a773e1324d
@ -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…
Reference in New Issue
Block a user