We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88854dd commit b539ebaCopy full SHA for b539eba
sdk/python/feast/infra/feature_servers/multicloud/Dockerfile
@@ -1,7 +1,7 @@
1
FROM python:3.11-slim-bullseye
2
3
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]"
+RUN pip install --no-cache-dir "feast[aws,gcp,snowflake,redis,go,mysql,postgres,opentelemetry,grpcio,k8s,duckdb]"
5
6
7
RUN apt update && apt install -y -V ca-certificates lsb-release wget && \
0 commit comments