Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
  • Loading branch information
felixwang9817 committed Sep 21, 2022
commit 4311081dbfa65a17035df2d2a3eef5cdce0afbfd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt update && \

RUN pip install pip --upgrade
COPY . .
RUN pip install ".feast[aws,gcp,snowflake,redis,go,mysql]"
RUN pip install ".[aws,gcp,snowflake,redis,go,mysql]"

RUN apt update
RUN apt install -y -V ca-certificates lsb-release wget
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt update && \

RUN pip install pip --upgrade
COPY . .
RUN pip install ".feast[aws,gcp,snowflake,redis,go,mysql]"
RUN pip install ".[aws,gcp,snowflake,redis,go,mysql]"

RUN apt update
RUN apt install -y -V ca-certificates lsb-release wget
Expand Down