mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-27 11:17:03 +02:00
fix: add dockerfile changes related to retrieval-pipeline
This commit is contained in:
@@ -6,10 +6,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
|
|
||||||
# Cache deps
|
# Cache deps
|
||||||
COPY Cargo.toml Cargo.lock ./
|
COPY Cargo.toml Cargo.lock ./
|
||||||
RUN mkdir -p api-router common composite-retrieval html-router ingestion-pipeline json-stream-parser main worker
|
RUN mkdir -p api-router common retrieval-pipeline html-router ingestion-pipeline json-stream-parser main worker
|
||||||
COPY api-router/Cargo.toml ./api-router/
|
COPY api-router/Cargo.toml ./api-router/
|
||||||
COPY common/Cargo.toml ./common/
|
COPY common/Cargo.toml ./common/
|
||||||
COPY composite-retrieval/Cargo.toml ./composite-retrieval/
|
COPY retrieval-pipeline/Cargo.toml ./retrieval-pipeline/
|
||||||
COPY html-router/Cargo.toml ./html-router/
|
COPY html-router/Cargo.toml ./html-router/
|
||||||
COPY ingestion-pipeline/Cargo.toml ./ingestion-pipeline/
|
COPY ingestion-pipeline/Cargo.toml ./ingestion-pipeline/
|
||||||
COPY json-stream-parser/Cargo.toml ./json-stream-parser/
|
COPY json-stream-parser/Cargo.toml ./json-stream-parser/
|
||||||
|
|||||||
Reference in New Issue
Block a user