Skip to content

Commit b539eba

Browse files
authored
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 88854dd commit b539eba

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,k8s]"
4+
RUN pip install --no-cache-dir "feast[aws,gcp,snowflake,redis,go,mysql,postgres,opentelemetry,grpcio,k8s,duckdb]"
55

66

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

0 commit comments

Comments
 (0)