-
Notifications
You must be signed in to change notification settings - Fork 53
fix: add --user when install python packages #136
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
Conversation
Pull Request Test Coverage Report for Build 18947333952Details
💛 - Coveralls |
|
@briangallagher Thanks! /lgtm /assign @kubeflow/kubeflow-sdk-team |
andreyvelich
left a comment
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.
@briangallagher Thanks!
|
@briangallagher Please can you rebase this PR, so we can merge it ? |
b74f60e to
541dabd
Compare
andreyvelich
left a comment
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.
@briangallagher Please can you fix the pre-commit, so we can merge this PR ?
Signed-off-by: Brian Gallagher <[email protected]>
541dabd to
fadb5d3
Compare
kramaranya
left a comment
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 @briangallagher!
/lgtm
szaher
left a comment
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.
/lgtm
andreyvelich
left a comment
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.
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andreyvelich 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 |
What this PR does / why we need it:
Add --user argument when installing additional python packages to ensure avoid permissions errors when the container is running as non root
Fixes #135