Skip to content

Commit defce77

Browse files
committed
update with Go
Signed-off-by: Danny Chiao <danny@tecton.ai>
1 parent 1aca7ec commit defce77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/docker/redis/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ENV PATH $PATH:/go/bin:$GOPATH/bin
1212

1313
RUN pip3 install 'feast[redis]==0.19.4'
1414
# 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'
15+
RUN pip3 install 'git+https://github.com/feast-dev/feast.git@a2ef3755766a7224298f984a2cadb17829b2f3d2#egg=feast[dev]&#subdirectory=sdk/python'
1616

1717
COPY feature_repos/redis feature_repo
1818

0 commit comments

Comments
 (0)