-
Notifications
You must be signed in to change notification settings - Fork 705
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
Update Dockerfile with python debian image in cmd/initializer_v2/dataset/Dockerfile #2312
base: master
Are you sure you want to change the base?
Conversation
Updated Dockerfile with python debian image for resolving issue :- "Use Debian images for Python components in the Training Operator V2 kubeflow#2311" Signed-off-by: Manish Soni <[email protected]>
Update Dockerfile with python debian image
Pull Request Test Coverage Report for Build 11554548437Details
💛 - Coveralls |
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 for this contribution!
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tenzen-y The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold |
@mani1soni Thank you for this! |
Sure @andreyvelich, I'll check that. |
Hi @mani1soni, did you get a chance to update the rest Docker images ? |
Hi @andreyvelich , I checked them. I’ll update the code by tomorrow. Thanks |
Updated Dockerfile with python debian image for resolving issue :- "Use Debian images for Python components in the Training Operator V2 #2311" in this dockerfile - cmd/initializer_v2/dataset/Dockerfile
What this PR does / why we need it: This PR replaces the docker image from "python:3.11-alpine" to "python:3.11-slim-bookworm". As per the comment #2303.
Which issue(s) this PR fixes This PR Fixes #2311 issue.