打开自动识别

This commit is contained in:
2024-10-12 10:14:31 +08:00
parent d36740d729
commit c92b549480

View File

@@ -113,21 +113,21 @@ services:
capabilities: [ 'gpu' ]
driver: 'nvidia'
# photo_review_1:
# <<: *project_template
# build:
# context: .
# container_name: photo_review_1
# hostname: photo_review_1
# depends_on:
# - ocr_api
# - settlement_api
# - discharge_api
# - cost_api
# - clas_api
# - det_api
# - dewarp_api
# command: [ 'photo_review.py', '--clean', 'True' ]
photo_review_1:
<<: *project_template
build:
context: .
container_name: photo_review_1
hostname: photo_review_1
depends_on:
- ocr_api
- settlement_api
- discharge_api
- cost_api
- clas_api
- det_api
- dewarp_api
command: [ 'photo_review.py', '--clean', 'True' ]
# photo_review_2:
# <<: *project_template