Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docker] Pin fastapi in a separate requirements file #29441

Merged
merged 5 commits into from
Oct 19, 2022

Conversation

amogkam
Copy link
Contributor

@amogkam amogkam commented Oct 18, 2022

Signed-off-by: Amog Kamsetty [email protected]

The ML Docker image does not pick up changes in requirements.txt due to a bug. This is being fixed here #29375.

We pin fastapi in a separate file as a stopgap solution to immediately resolve #29396

Closes #29396

Why are these changes needed?

Related issue number

Checks

  • I've signed off every commit(by using the -s flag, i.e., git commit -s) in this PR.
  • I've run scripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed for https://docs.ray.io/en/master/.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
  • Testing Strategy
    • Unit tests
    • Release tests
    • This PR is not tested :(

Signed-off-by: Amog Kamsetty <[email protected]>
@@ -0,0 +1,3 @@
# TODO: Remove this file and move to requirements.txt once https://github.com/ray-project/ray/pull/29375 is merged.

fastapi==0.84.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
fastapi==0.84.0
fastapi==0.84.0
protobuf==3.20.1

Copy link
Contributor

@sihanwang41 sihanwang41 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

amogkam and others added 3 commits October 18, 2022 13:54
Signed-off-by: Amog Kamsetty <[email protected]>
Signed-off-by: Amog Kamsetty <[email protected]>
Copy link
Contributor

@sihanwang41 sihanwang41 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The unit tests looks failing

Signed-off-by: Amog Kamsetty <[email protected]>
@amogkam amogkam merged commit 47594dd into ray-project:master Oct 19, 2022
@amogkam amogkam deleted the requirements_downstream branch October 19, 2022 21:51
amogkam added a commit to amogkam/ray that referenced this pull request Oct 19, 2022
…9441)

Signed-off-by: Amog Kamsetty [email protected]

The ML Docker image does not pick up changes in requirements.txt due to a bug. This is being fixed here ray-project#29375.

We pin fastapi in a separate file as a stopgap solution to immediately resolve ray-project#29396
xcharleslin pushed a commit that referenced this pull request Oct 21, 2022
Signed-off-by: Amog Kamsetty [email protected]

The ML Docker image does not pick up changes in requirements.txt due to a bug. This is being fixed here #29375.

We pin fastapi in a separate file as a stopgap solution to immediately resolve #29396

Signed-off-by: Xiayue Charles Lin <[email protected]>
WeichenXu123 pushed a commit to WeichenXu123/ray that referenced this pull request Dec 19, 2022
…9441)

Signed-off-by: Amog Kamsetty [email protected]

The ML Docker image does not pick up changes in requirements.txt due to a bug. This is being fixed here ray-project#29375.

We pin fastapi in a separate file as a stopgap solution to immediately resolve ray-project#29396

Signed-off-by: Weichen Xu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Docker] ray serve is not able to be used in ray-ml image
3 participants