Skip to content

Commit

Permalink
fix: Added grpcio extras to default feature-server image (#4737)
Browse files Browse the repository at this point in the history
Added grpcio extras to default feature-server image

Signed-off-by: Daniele Martinoli <[email protected]>
  • Loading branch information
dmartinol authored Nov 5, 2024
1 parent 824859b commit e9cd373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt update && \
build-essential

RUN pip install pip --upgrade
RUN pip install "feast[aws,gcp,snowflake,redis,go,mysql,postgres,opentelemetry]"
RUN pip install "feast[aws,gcp,snowflake,redis,go,mysql,postgres,opentelemetry,grpcio]"


RUN apt update
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt update && \
RUN pip install pip --upgrade
COPY . .

RUN pip install "feast[aws,gcp,snowflake,redis,go,mysql,postgres,opentelemetry]"
RUN pip install "feast[aws,gcp,snowflake,redis,go,mysql,postgres,opentelemetry,grpcio]"

RUN apt update
RUN apt install -y -V ca-certificates lsb-release wget
Expand Down

0 comments on commit e9cd373

Please sign in to comment.