We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aca7ec commit defce77Copy full SHA for defce77
python/docker/redis/Dockerfile
@@ -12,7 +12,7 @@ ENV PATH $PATH:/go/bin:$GOPATH/bin
12
13
RUN pip3 install 'feast[redis]==0.19.4'
14
# Remove after feast 0.20 comes out
15
-RUN pip3 install 'git+https://github.com/feast-dev/feast.git@a2ef3755766a7224298f984a2cadb17829b2f3d2#egg=feast[redis]&#subdirectory=sdk/python'
+RUN pip3 install 'git+https://github.com/feast-dev/feast.git@a2ef3755766a7224298f984a2cadb17829b2f3d2#egg=feast[dev]&#subdirectory=sdk/python'
16
17
COPY feature_repos/redis feature_repo
18
0 commit comments