From bfcc4b1868fbb41b3273237198439c285fa5828b Mon Sep 17 00:00:00 2001 From: Jeremy Udit Date: Thu, 12 Sep 2024 12:14:58 -0400 Subject: [PATCH] ci: swap out grpc on cpu builds --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7823b353..1d69315f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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