Documentation review. (#5)
All checks were successful
build_docker / essential (push) Successful in 0s
build_docker / build_paddle_ocr (push) Successful in 5m28s
build_docker / build_paddle_ocr_gpu (push) Successful in 21m16s
build_docker / build_easyocr (push) Successful in 15m52s
build_docker / build_easyocr_gpu (push) Successful in 18m22s
build_docker / build_doctr (push) Successful in 19m3s
build_docker / build_raytune (push) Successful in 3m34s
build_docker / build_doctr_gpu (push) Successful in 13m56s

This commit was merged in pull request #5.
This commit is contained in:
2026-01-20 14:33:46 +00:00
committed by Sergio Jimenez Jimenez
parent c7ed7b2b9c
commit 9ee2490097
56 changed files with 2182 additions and 945 deletions

View File

@@ -10,8 +10,9 @@ on:
branches:
- main
env:
PADDLE_VERSION: "3.0.0"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
essential:
@@ -34,7 +35,7 @@ jobs:
echo "Event: ${{ gitea.event_name }}" >> $GITHUB_STEP_SUMMARY
# PaddleOCR CPU image (amd64 only)
build_cpu:
build_paddle_ocr:
runs-on: ubuntu-latest
needs: essential
steps:
@@ -63,7 +64,7 @@ jobs:
${{ needs.essential.outputs.image_cpu }}:latest
# PaddleOCR GPU image (amd64 only)
build_gpu:
build_paddle_ocr_gpu:
runs-on: ubuntu-latest
needs: essential
steps: