Paddle ocr gpu support. #4
@@ -47,7 +47,6 @@ jobs:
|
||||
src/paddle_ocr/
|
||||
|
||||
- name: Push CPU image
|
||||
if: gitea.event_name == 'push'
|
||||
run: |
|
||||
docker push ${{ needs.essential.outputs.image_cpu }}:${{ needs.essential.outputs.Version }}
|
||||
docker push ${{ needs.essential.outputs.image_cpu }}:latest
|
||||
@@ -74,7 +73,6 @@ jobs:
|
||||
src/paddle_ocr/
|
||||
|
||||
- name: Push GPU image
|
||||
if: gitea.event_name == 'push'
|
||||
run: |
|
||||
docker push ${{ needs.essential.outputs.image_gpu }}:${{ needs.essential.outputs.Version }}
|
||||
docker push ${{ needs.essential.outputs.image_gpu }}:latest
|
||||
|
||||
Reference in New Issue
Block a user