Skip to content

Commit

Permalink
ci: swap out grpc on cpu builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jcudit committed Sep 12, 2024
1 parent 0d50118 commit bfcc4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN PROTOC_ZIP=protoc-21.12-linux-x86_64.zip && \

COPY proto proto

RUN cargo build --release --bin text-embeddings-router -F http -F grpc -F candle --no-default-features && sccache -s
RUN cargo build --release --bin text-embeddings-router -F http -F candle --no-default-features && sccache -s

FROM debian:bookworm-slim AS base

Expand Down

0 comments on commit bfcc4b1

Please sign in to comment.