Skip to content

fix: Using version args to install the correct feast version#3953

Merged
shuchu merged 2 commits intofeast-dev:masterfrom
bushwhackr:bushwhackr/multicloud-fix
Feb 20, 2024
Merged

fix: Using version args to install the correct feast version#3953
shuchu merged 2 commits intofeast-dev:masterfrom
bushwhackr:bushwhackr/multicloud-fix

Conversation

@bushwhackr
Copy link
Contributor

What this PR does / why we need it:
feature_servers/multicloud does not use master sources to install feast in image. It uses pypi's feast latest version.
Even though the github publish action has a needs on publish-python-sdk before running the publish step, pypi cache might not be updated causing an older feast sdk version to be installed.

Refer to #3915 where,

$ docker run -it --rm feastdev/feature-server:0.35.0 pip show feast | grep Version
Version: 0.34.1

Which issue(s) this PR fixes:

Fixes #3915

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mismatched version in docker image

5 participants