Skip to content

Commit f01845e

Browse files
adchiafranciscojavierarceo
authored andcommitted
fix: Add postgres to the feature server Dockerfile to fix helm chart flow (feast-dev#3261)
fix: Add postgres to the feature server docker file Signed-off-by: Danny Chiao <danny@tecton.ai> Signed-off-by: Danny Chiao <danny@tecton.ai>
1 parent 738ad33 commit f01845e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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)