From 0fa1ddaac46ffa1d1c1b533dc0d8251c2c5c89d6 Mon Sep 17 00:00:00 2001 From: Tommy Hughes Date: Wed, 11 Dec 2024 11:15:47 -0600 Subject: [PATCH] add k8s module to feature-server image Signed-off-by: Tommy Hughes --- sdk/python/feast/infra/feature_servers/multicloud/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/feast/infra/feature_servers/multicloud/Dockerfile b/sdk/python/feast/infra/feature_servers/multicloud/Dockerfile index f6bcbae8cd0..c1da48f55d0 100644 --- a/sdk/python/feast/infra/feature_servers/multicloud/Dockerfile +++ b/sdk/python/feast/infra/feature_servers/multicloud/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.11-slim-bullseye RUN pip install --no-cache-dir pip --upgrade -RUN pip install --no-cache-dir "feast[aws,gcp,snowflake,redis,go,mysql,postgres,opentelemetry,grpcio]" +RUN pip install --no-cache-dir "feast[aws,gcp,snowflake,redis,go,mysql,postgres,opentelemetry,grpcio,k8s]" RUN apt update && apt install -y -V ca-certificates lsb-release wget && \