-
Notifications
You must be signed in to change notification settings - Fork 294
Refine Configurable Ports in DocSum #1978
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: letonghan <letong.han@intel.com>
Dependency Review✅ No vulnerabilities or license issues found.Scanned FilesNone |
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 refines the configurable ports in DocSum’s Docker Compose files and updates related documentation.
- Updated port mappings in both Gaudi and Xeon configurations (HPU and CPU) to use environment variables.
- Revised README notes to highlight the need to update local port configurations when conflicts occur.
Reviewed Changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated 4 comments.
Show a summary per file
File | Description |
---|---|
DocSum/docker_compose/intel/hpu/gaudi/compose_tgi.yaml | Updates port mapping and adds LLM_SERVICE_PORT and ASR_SERVICE_PORT environment variables. |
DocSum/docker_compose/intel/hpu/gaudi/compose.yaml | Updates LLM endpoint and port mapping with new configurable variables. |
DocSum/docker_compose/intel/hpu/gaudi/README.md | Improves documentation on port configuration for local development. |
DocSum/docker_compose/intel/cpu/xeon/compose_tgi.yaml | Updates port mapping and adds environment variables for LLM and ASR services. |
DocSum/docker_compose/intel/cpu/xeon/compose.yaml | Updates LLM endpoint and port mapping with new configurable variables. |
DocSum/docker_compose/intel/cpu/xeon/README.md | Enhances documentation with new instructions for handling local port conflicts. |
Files not reviewed (1)
- DocSum/docker_compose/intel/set_env.sh: Language not supported
Signed-off-by: letonghan <letong.han@intel.com>
…mples into docsum_refine
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, thank you!
Signed-off-by: letonghan <letong.han@intel.com>
…mples into docsum_refine
Test failed to return code 000 (instead of 200). Rebased to latest |
…into docsum_refine
Signed-off-by: letonghan <letong.han@intel.com>
Signed-off-by: letonghan <letong.han@intel.com>
Description
Make all ports configurable in docsum.
Refine READMEs.
Issues
n/a
Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
None
Tests
Local tested