Skip to content

Commit

Permalink
Update Dockerfile: use redis instead of snowflake (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurkus authored Oct 26, 2023
1 parent cf95e08 commit e0af006
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ COPY README.md README.md
# git dir to infer the version of feast we're installing.
# https://github.com/pypa/setuptools_scm#usage-from-docker
# I think it also assumes that this dockerfile is being built from the root of the directory.
RUN --mount=source=.git,target=.git,type=bind pip3 install --no-cache-dir '.[aws,gcp,bytewax,snowflake]'
RUN --mount=source=.git,target=.git,type=bind pip3 install --no-cache-dir '.[aws,gcp,bytewax,redis]'

0 comments on commit e0af006

Please sign in to comment.