-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
[RLlib] Bump tf version in ML docker to tf==2.5.0; add tfp to ML-docker. #18544
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
woohoo nice!
I am still gonna try that "ln -s" hack for now, so hopefully these tests turn green before the product team releases another image.
@@ -29,5 +29,8 @@ RUN sudo apt-get update \ | |||
&& sudo rm requirements_tune.txt && sudo rm requirements_rllib.txt \ | |||
&& sudo apt-get clean | |||
|
|||
# Make sure tfp is installed correctly and matches tf version. | |||
RUN python -c "import tensorflow_probability" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually, I don't know if checks are usually included as part of the image build process?
I think a lot of things happen when you import tf for the first time? and those will be baked into the prod image now.
although, this is really nice. we should have some ways to test an image once it's built.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually, I notice Kai asked for it in a conversation.
maybe we can add a comment and call it a day for now.
we should probably merge this sooner.
Why are these changes needed?
Related issue number
Checks
scripts/format.sh
to lint the changes in this PR.