Skip to content

Commit a2cb995

Browse files
committed
fix: Add postgres to the feature server Dockerfile to fix helm chart flow (#3261)
fix: Add postgres to the feature server docker file Signed-off-by: Danny Chiao <[email protected]> Signed-off-by: Danny Chiao <[email protected]>
1 parent 47d4c93 commit a2cb995

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/python/feast/infra/feature_servers/multicloud/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apt update && \
99

1010
RUN pip install pip --upgrade
1111
COPY . .
12-
RUN pip install ".[aws,gcp,snowflake,redis,go,mysql]"
12+
RUN pip install ".[aws,gcp,snowflake,redis,go,mysql,postgres]"
1313

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

sdk/python/feast/infra/feature_servers/multicloud/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apt update && \
99

1010
RUN pip install pip --upgrade
1111
COPY . .
12-
RUN pip install ".[aws,gcp,snowflake,redis,go,mysql]"
12+
RUN pip install ".[aws,gcp,snowflake,redis,go,mysql,postgres]"
1313

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

0 commit comments

Comments
 (0)