Fix typos in DBQna README#2047
Closed
PeterYang12 wants to merge 1 commit into
Closed
Conversation
Signed-off-by: PeterYang12 <yuhan.yang@intel.com>
Dependency Review✅ No vulnerabilities or license issues found.Scanned FilesNone |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR addresses typos in the DBQna README by correcting the Docker image names used in the documentation.
- Updated the docker build command to tag the text2sql image as "latest" instead of "comps".
- Corrected the React UI image reference from "dbqna-react-ui:latest" to "text2sql-react-ui:latest" in both image listing and container run commands.
Comments suppressed due to low confidence (3)
DBQnA/docker_compose/intel/cpu/xeon/README.md:14
- The image tag has been updated to 'latest'; please verify that this change aligns with the established naming conventions for Docker images.
docker build --no-cache -t opea/text2sql:latest -f comps/text2sql/src/Dockerfile .
DBQnA/docker_compose/intel/cpu/xeon/README.md:31
- The React UI image reference has been corrected from 'dbqna-react-ui' to 'text2sql-react-ui'; please ensure this update is consistent with related configurations.
2. `opea/text2sql-react-ui:latest`
DBQnA/docker_compose/intel/cpu/xeon/README.md:126
- Since the Docker image name has been updated to 'text2sql-react-ui:latest', consider renaming the container 'test-dbqna-react-ui-server' for consistency if applicable.
docker run -d --name="test-dbqna-react-ui-server" --ipc=host -p 5174:80 -e no_proxy=$no_proxy -e https_proxy=$https_proxy -e http_proxy=$http_proxy opea/text2sql-react-ui:latest
Collaborator
|
Just remind |
Collaborator
|
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Collaborator
|
This PR was closed because it has been stalled for 7 days with no activity. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fix typos in DBQna README
Issues
N/A