Skip to content

Commit e9cd373

Browse files
authored
fix: Added grpcio extras to default feature-server image (#4737)
Added grpcio extras to default feature-server image Signed-off-by: Daniele Martinoli <[email protected]>
1 parent 824859b commit e9cd373

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/python/feast/infra/feature_servers/multicloud/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt update && \
88
build-essential
99

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

1313

1414
RUN apt update

sdk/python/feast/infra/feature_servers/multicloud/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt update && \
1111
RUN pip install pip --upgrade
1212
COPY . .
1313

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

1616
RUN apt update
1717
RUN apt install -y -V ca-certificates lsb-release wget

0 commit comments

Comments
 (0)