-
Notifications
You must be signed in to change notification settings - Fork 69
ci: Upgrade Python to 3.12 and NodeJS to 24 for all imaged under example-notebook-servers #756
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: notebooks-v1
Are you sure you want to change the base?
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
| # install - tensorflow | ||
| # - About '[and-cuda]' option: https://github.com/tensorflow/tensorflow/blob/v2.17.1/tensorflow/tools/pip_package/setup.py#L153-L164 | ||
| # - TODO: when updating TensorRT, you might need to change `tensorrt`, `tensorrt-libs`, and `tensorrt-bindings` | ||
| # to `tensorrt-cu12`, `tensorrt-cu12-libs`, and `tensorrt-cu12-bindings` respectively |
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.
This TODO comment was actually completed in this PR - you've successfully migrated from tensorrt to tensorrt-cu12 packages. Consider removing this TODO or marking it as resolved:
| # - https://github.com/tensorflow/tensorflow/issues/61986#issuecomment-1880489731 | ||
| # - We are creating symlinks for the following libs, as this is where TF looks for them: | ||
| # - libnvinfer.so.8.6.1 -> libnvinfer.so.8 | ||
| # - libnvinfer_plugin.so.8.6.1 -> libnvinfer_plugin.so.8 |
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.
The comments here still reference the old TensorRT version 8.6.1, but should be updated to reflect the new version 10.2.0:
Current comments mention libnvinfer.so.8.6.1 -> libnvinfer.so.8
Should be: libnvinfer.so.10.2.0 -> libnvinfer.so.10
Signed-off-by: Liav Weiss (EXT-Nokia) <[email protected]>
b2bd67f to
8c58130
Compare
|
/lgtm |
closes: #727 #732
Title
Upgrade Python to 3.12 and Node to 24 across
example-notebook-servers(Gaudi images excluded for now).Summary
example-notebook-serversimages.jupyterimages.Validation:
example_notebook_servers_publish.yamlpassed successfully and built all images.jupyterjupyter-tensorflow-cudacode-server-pythonrsudio