Skip to content

Commit

Permalink
[BUG] Use the correct config path in chroma-load Dockerfile (chroma-c…
Browse files Browse the repository at this point in the history
  • Loading branch information
rescrv authored Dec 3, 2024
1 parent 09181a6 commit 8b6f614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/load/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN --mount=type=cache,sharing=locked,target=/chroma/target/ \

FROM debian:bookworm-slim AS runner
RUN apt-get update && apt-get install -y libssl-dev ca-certificates && rm -rf /var/lib/apt/lists/*
COPY --from=builder /chroma/rust/load/chroma_config.yaml .
COPY --from=builder /chroma/rust/load/chroma_load.yaml .

FROM runner AS load_service
COPY --from=load_service_builder /chroma/chroma-load .
Expand Down

0 comments on commit 8b6f614

Please sign in to comment.