-
Notifications
You must be signed in to change notification settings - Fork 270
Fix handling of entrypoint for Intel #1081
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
Reviewer's Guide by SourceryThis pull request modifies the container image build process to avoid setting an entrypoint and removes the entrypoint argument from the container manager arguments. This change was made to fix handling of entrypoint for Intel. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
@lirc572 could you check to see if this fixes your problem with intel-gpu? |
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.
Hey @rhatdan - I've reviewed your changes - here's some feedback:
Overall Comments:
- Removing the entrypoint in
model.pyand setting it to empty in the Containerfile seems like a big change - is this really what you intended?
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
|
Tested the cuda change and it looks good to me. |
|
vllm is broken now as their two entrypoints are different for rocm and cuda But vllm is broken anyway... |
6c6cac4 to
482fd25
Compare
|
@lirc572 PTAL |
|
You missed the |
|
@lirc572 It is there now. |
|
Looks good! |
Additional Fix from https://github.com/lirc572 Signed-off-by: Daniel J Walsh <[email protected]>
|
Just got to get by shellcheck and then we can merge. (And release) |
|
The intel image has been updated on quay.io/ramalama/intel-gpu with the fixes. |
Tried it. Works great! |
Summary by Sourcery
Fix entrypoint handling for Intel container images
Bug Fixes:
Chores: