Skip to content
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 netifaces install in Dockerfile #3726

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

j316chuck
Copy link
Contributor

@j316chuck j316chuck commented Nov 27, 2024

What does this PR do?

Fix netifaces install in Dockerfile

What issue(s) does this change relate to?

The research team reported that in their inference deployments this line of code installs an empty, unimportable netifaces pip package. We fix this by uninstalling the empty pip package and reinstalling the correct pip package.

Tests

@j316chuck j316chuck requested a review from a team as a code owner November 27, 2024 23:32
Copy link
Contributor

@mvpatel2000 mvpatel2000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why?

@j316chuck
Copy link
Contributor Author

netifaces pip package is broken / empty on ubuntu 22.04 install for non-aws images, then bpt tries to install it but it fails since the pip package already exists. we install it properly in this pr

@j316chuck j316chuck merged commit 7824d90 into main Nov 29, 2024
26 checks passed
@j316chuck j316chuck deleted the chuck/fix_netifaces_docker_install branch November 29, 2024 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants