Skip to content

Commit

Permalink
fix: Add k8s module to feature-server image (feast-dev#4839)
Browse files Browse the repository at this point in the history
add k8s module to feature-server image

Signed-off-by: Tommy Hughes <[email protected]>
  • Loading branch information
tchughesiv authored and dharmisha committed Jan 15, 2025
1 parent 8b7a98f commit 21f10f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN pip install "feast[aws,gcp,snowflake,redis,go,mysql,postgres,opentelemetry,g
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 && \
Expand Down

0 comments on commit 21f10f5

Please sign in to comment.