-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Fix ordering of tf and tflite installs in ci_cpu #8312
Conversation
Thank you for catching that. It looks like the |
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.
Thank you
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.
Thanks @manupa-arm!
Similar to apache#8312, the recently merged apache#8306 required tflite to be installed after tf. However, apache#8306 did not correct the ordering in the dockerfiles. After this and apache#8312, all dockerfiles should be up to date with the correct ordering.
CI failed on this one, due to a timeout. But CI doesn't really test anything related to the shell scripts on this PR. Based on that I'm gonna merge it, as I understand this was tested locally and is a necessary change. edit: we'll actually I can't. @manupa-arm can you poke CI once you have a moment, so that we can merge this? |
The recently merged 8306 PR introduced a depedency for tflite installation that tf must be installed first. However, that PR did not correct the ordering in ci_cpu which does not have that ordering. Change-Id: Ib82c2b33e4e123d4562682e9e97b21bfe23cc0ef
7ca8373
to
174ec44
Compare
Alright -- re-triggered it |
Similar to apache#8312, the recently merged apache#8306 required tflite to be installed after tf. However, apache#8306 did not correct the ordering in the dockerfiles. After this and apache#8312, all dockerfiles should be up to date with the correct ordering.
Similar to apache#8312, the recently merged apache#8306 required tflite to be installed after tf. However, apache#8306 did not correct the ordering in the dockerfiles. After this and apache#8312, all dockerfiles should be up to date with the correct ordering.
The recently merged 8306 PR introduced a depedency for tflite installation that tf must be installed first. However, that PR did not correct the ordering in ci_cpu which does not have that ordering. Change-Id: Ib82c2b33e4e123d4562682e9e97b21bfe23cc0ef
Similar to apache#8312, the recently merged apache#8306 required tflite to be installed after tf. However, apache#8306 did not correct the ordering in the dockerfiles. After this and apache#8312, all dockerfiles should be up to date with the correct ordering. Co-authored-by: Eric Lunderberg <elunderberg@octoml.ai>
The recently merged 8306 PR introduced a depedency for tflite installation that tf must be installed first. However, that PR did not correct the ordering in ci_cpu which does not have that ordering. Change-Id: Ib82c2b33e4e123d4562682e9e97b21bfe23cc0ef
Similar to apache#8312, the recently merged apache#8306 required tflite to be installed after tf. However, apache#8306 did not correct the ordering in the dockerfiles. After this and apache#8312, all dockerfiles should be up to date with the correct ordering. Co-authored-by: Eric Lunderberg <elunderberg@octoml.ai>
The recently merged #8306 introduced a depedencyfor tflite installation that tf must be installed first.However, that PR did not correct the ordering in ci_cpu which does not have that ordering.
cc : @leandron @mbrookhart @Lunderberg