Skip to content

Commit a2dc0d0

Browse files
fix: Build dockerfile correctly (feast-dev#3239)
* Build dockerfile correctly Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Update Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Fix Signed-off-by: Felix Wang <wangfelix98@gmail.com> Signed-off-by: Felix Wang <wangfelix98@gmail.com>
1 parent 2624879 commit a2dc0d0

3 files changed

Lines changed: 2 additions & 3 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,8 +9,8 @@ RUN apt update && \
99

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

13-
RUN pip install -r requirements.txt
1414
RUN apt update
1515
RUN apt install -y -V ca-certificates lsb-release wget
1616
RUN wget https://apache.jfrog.io/artifactory/arrow/$(lsb_release --id --short | tr 'A-Z' 'a-z')/apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb

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

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

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

13-
RUN pip install -r requirements.txt
1414
RUN apt update
1515
RUN apt install -y -V ca-certificates lsb-release wget
1616
RUN wget https://apache.jfrog.io/artifactory/arrow/$(lsb_release --id --short | tr 'A-Z' 'a-z')/apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb

sdk/python/feast/infra/feature_servers/multicloud/requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)