Skip to content

Commit

Permalink
* 更新箱号服务conta_serviceV3.0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jadehh committed Sep 23, 2024
1 parent 1118790 commit c9c4fa9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
cd code
python packing_app.py \
--head_str "import sys\nsys.path.append('/usr/local/conta_detect-1.0/python_lib')\nsys.path.append('/usr/local/site-packages')\n" \
--is_exec False
--is_exec True
- name: Amd64打包编译
if: ${{ matrix.device_type=='Amd64'}}
Expand All @@ -72,7 +72,7 @@ jobs:
--name 箱号服务Amd64 \
--app_name conta_service_amd64 \
--lib_path conta_service_amd64_lib64 \
--is_exec False
--is_exec True
- name: 发布
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
--app_name local_conta_service_onnx \
--lib_path local_conta_service_x86_lib64 \
--exclude_files libbz2.so.1.0,libcrypto.so.1.1,libsqlite3.so.0,libssl.so.1.1,libz.so.1,cryptography/hazmat/bindings/_openssl.abi3.so \
--is_exec False
--is_exec True
- name: 发布
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
--extra_sys_str /usr/local/site-packages \
--app_name local_conta_service_rknn \
--lib_path local_conta_service_aarch64_lib64 \
--is_exec False
--is_exec True
- name: Ascend打包环境准备
if: ${{ matrix.device_type=='Ascend'}}
Expand All @@ -187,7 +187,7 @@ jobs:
--extra_sys_str /usr/local/site-packages \
--app_name local_conta_service_ascend \
--lib_path local_conta_service_aarch64_lib64 \
--is_exec False
--is_exec True
- name: 发布
uses: softprops/action-gh-release@v1
Expand Down
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# 箱号服务
## 箱号服务V3.0.7.9 - 2024-09-23 17:11:41
conta_serviceV3.0.7.9
* [发布地址](https://github.com/jadehh/ContainerOCR/releases/tag/conta_serviceV3.0.7.9)
* [详细地址](https://github.com/jadehh/jadehh_file/releases/tag/conta_serviceV3.0.7.9)
## 箱号服务V3.0.8.0 - 2024-09-23 17:19:48
conta_serviceV3.0.8.0
* [发布地址](https://github.com/jadehh/ContainerOCR/releases/tag/conta_serviceV3.0.8.0)
* [详细地址](https://github.com/jadehh/jadehh_file/releases/tag/conta_serviceV3.0.8.0)
### 下载地址
* [conta_service_lib64.zip](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/conta_serviceV3.0.7.9/conta_service_lib64.zip)
* [local_conta_service_x86_lib64.zip](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/conta_serviceV3.0.7.9/local_conta_service_x86_lib64.zip)
* [local_conta_service_aarch64_lib64.zip](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/conta_serviceV3.0.7.9/local_conta_service_aarch64_lib64.zip)
* [conta_service_amd64_lib64.zip](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/conta_serviceV3.0.7.9/conta_service_amd64_lib64.zip)
* [conta_service_lib64.zip](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/conta_serviceV3.0.8.0/conta_service_lib64.zip)
* [local_conta_service_x86_lib64.zip](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/conta_serviceV3.0.8.0/local_conta_service_x86_lib64.zip)
* [local_conta_service_aarch64_lib64.zip](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/conta_serviceV3.0.8.0/local_conta_service_aarch64_lib64.zip)
* [conta_service_amd64_lib64.zip](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/conta_serviceV3.0.8.0/conta_service_amd64_lib64.zip)
* [conta_service](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/conta_serviceV3.0.8.0/conta_service)
* [local_conta_service_onnx](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/conta_serviceV3.0.8.0/local_conta_service_onnx)
* [local_conta_service_ascend](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/conta_serviceV3.0.8.0/local_conta_service_ascend)
* [local_conta_service_rknn](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/conta_serviceV3.0.8.0/local_conta_service_rknn)
* [conta_service_amd64](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/conta_serviceV3.0.8.0/conta_service_amd64)
----

0 comments on commit c9c4fa9

Please sign in to comment.