-
Notifications
You must be signed in to change notification settings - Fork 332
Support oneclick for ArbPostHearingAssistant #2382
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: main
Are you sure you want to change the base?
Conversation
Signed-off-by: ZePan110 <[email protected]>
Signed-off-by: ZePan110 <[email protected]>
Signed-off-by: ZePan110 <[email protected]>
Signed-off-by: ZePan110 <[email protected]>
This reverts commit 72f04ec.
Signed-off-by: ZePan110 <[email protected]>
Dependency Review✅ No vulnerabilities or license issues found.Scanned Files
|
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.
Pull request overview
This PR adds one-click deployment support for the ArbPostHearingAssistant application. The changes enable automated deployment configuration, image management, and service testing for this new example.
- Adds comprehensive configuration for ArbPostHearingAssistant including Docker Compose paths, environment variables, and test endpoints
- Implements service list and build configuration for ArbPostHearingAssistant in the image update script
- Adds missing
requestsdependency to the Gradio UI requirements
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| one_click_deploy/core/config.py | Adds complete configuration block for ArbPostHearingAssistant with Docker Compose paths, test endpoints, and interactive parameters |
| one_click_deploy/common/update_images.sh | Adds service list definition and build configuration for ArbPostHearingAssistant |
| one_click_deploy/core/deployer.py | Adds debug logging for compose files discovery |
| ArbPostHearingAssistant/ui/gradio/requirements.txt | Adds missing requests dependency |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: ZePan110 <[email protected]>
Signed-off-by: ZePan110 <[email protected]>
for more information, see https://pre-commit.ci
Description
Support oneclick for ArbPostHearingAssistant
Issues
List the issue or RFC link this PR is working on. If there is no such link, please mark it as
n/a.Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
List the newly introduced 3rd party dependency if exists.
Tests
Describe the tests that you ran to verify your changes.