fix docker build file after rename of project
Some checks are pending
Rust / build (push) Waiting to run
Some checks are pending
Rust / build (push) Waiting to run
This commit is contained in:
parent
df13239df5
commit
aadf19774c
1 changed files with 2 additions and 2 deletions
|
|
@ -32,6 +32,6 @@ RUN apt-get update && \
|
|||
|
||||
RUN mkdir -p $(dirname "$GGUF_MODEL_PATH") && curl -Lo "$GGUF_MODEL_PATH" "$MODEL_URL" && curl -Lo "$(dirname "$GGUF_MODEL_PATH")/LICENSE" "$MODEL_LICENSE_URL"
|
||||
|
||||
COPY --from=builder /build/target/release/paperless-field-extractor /usr/local/bin/
|
||||
COPY --from=builder /build/target/release/paperless-llm-workflows /usr/local/bin/
|
||||
|
||||
ENTRYPOINT [ "/usr/local/bin/paperless-field-extractor" ]
|
||||
ENTRYPOINT [ "/usr/local/bin/paperless-llm-workflows" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue