Skip to content

Commit f565565

Browse files
authored
fix: Add k8s module to feature-server image (feast-dev#4839)
add k8s module to feature-server image Signed-off-by: Tommy Hughes <tohughes@redhat.com>
1 parent cdc0753 commit f565565

File tree

1 file changed

+1
-1
lines changed
  • sdk/python/feast/infra/feature_servers/multicloud

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.11-slim-bullseye
22

33
RUN pip install --no-cache-dir pip --upgrade
4-
RUN pip install --no-cache-dir "feast[aws,gcp,snowflake,redis,go,mysql,postgres,opentelemetry,grpcio]"
4+
RUN pip install --no-cache-dir "feast[aws,gcp,snowflake,redis,go,mysql,postgres,opentelemetry,grpcio,k8s]"
55

66

77
RUN apt update && apt install -y -V ca-certificates lsb-release wget && \

0 commit comments

Comments
 (0)