We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fbf56a commit 4a31816Copy full SHA for 4a31816
python/docker/redis/Dockerfile
@@ -1,9 +1,8 @@
1
FROM python:3.9
2
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'
+RUN pip3 install 'feast[redis]==0.19.4'
+# Remove after feast 0.20 comes out
+RUN pip3 install 'git+https://github.com/feast-dev/feast.git@a2ef3755766a7224298f984a2cadb17829b2f3d2#egg=feast[redis]&#subdirectory=sdk/python'
7
8
COPY feature_repos/redis feature_repo
9
0 commit comments