-
Notifications
You must be signed in to change notification settings - Fork 1
[Snyk] Security upgrade tensorflow/tensorflow from 2.11.0-gpu to 2.21.0rc0-gpu #38
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| FROM tensorflow/tensorflow:2.11.0-gpu | ||
| FROM tensorflow/tensorflow:2.21.0rc0-gpu | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Using release candidate image in production DockerfileMedium Severity The base image |
||
|
|
||
| # Note - this is not a complete finetune image and custom op build will fail | ||
| RUN apt-get update && apt install -y git | ||
|
|
||


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.
tensorflow-addons incompatible with TensorFlow 2.21
High Severity
Upgrading the base image to TensorFlow 2.21.0rc0 breaks the
pip3 install -U tensorflow-addonsstep on line 10.tensorflow-addonsreached end-of-life in May 2024, with its last release (0.23.0) only supporting up to approximately TensorFlow 2.15. This will cause a Docker build failure or runtime incompatibility since there is notensorflow-addonsversion compatible with TF 2.21.Additional Locations (1)
finetune/Dockerfile#L9-L10