Skip to content

Commit 8520610

Browse files
tchughesivdharmisha
authored andcommitted
feat: Add duckdb extra to multicloud release image (feast-dev#4862)
add duckdb extra to multicloud release image Signed-off-by: Tommy Hughes <tohughes@redhat.com>
1 parent 3c53116 commit 8520610

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sdk/python/feast/infra/feature_servers/multicloud

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 pip install "feast[aws,gcp,snowflake,redis,go,mysql,postgres,opentelemetry,g
88
FROM python:3.11-slim-bullseye
99

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

1313

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

0 commit comments

Comments
 (0)