Skip to content

Commit 4a31816

Browse files
committed
fix redis docker image
Signed-off-by: Danny Chiao <danny@tecton.ai>
1 parent 0fbf56a commit 4a31816

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

python/docker/redis/Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
FROM python:3.9
22

3-
RUN pip3 install 'feast[redis]==0.17.0'
4-
# Remove after feast 0.18 comes out
5-
RUN pip3 install 'git+https://github.com/feast-dev/feast.git@9f2c6d6168bac1b11be2c76c6b266a7444fc11c7#subdirectory=sdk/python'
6-
RUN pip3 install 'redis>=4.1.0'
3+
RUN pip3 install 'feast[redis]==0.19.4'
4+
# Remove after feast 0.20 comes out
5+
RUN pip3 install 'git+https://github.com/feast-dev/feast.git@a2ef3755766a7224298f984a2cadb17829b2f3d2#egg=feast[redis]&#subdirectory=sdk/python'
76

87
COPY feature_repos/redis feature_repo
98

0 commit comments

Comments
 (0)