打开自动识别
This commit is contained in:
@@ -113,21 +113,21 @@ services:
|
|||||||
capabilities: [ 'gpu' ]
|
capabilities: [ 'gpu' ]
|
||||||
driver: 'nvidia'
|
driver: 'nvidia'
|
||||||
|
|
||||||
# photo_review_1:
|
photo_review_1:
|
||||||
# <<: *project_template
|
<<: *project_template
|
||||||
# build:
|
build:
|
||||||
# context: .
|
context: .
|
||||||
# container_name: photo_review_1
|
container_name: photo_review_1
|
||||||
# hostname: photo_review_1
|
hostname: photo_review_1
|
||||||
# depends_on:
|
depends_on:
|
||||||
# - ocr_api
|
- ocr_api
|
||||||
# - settlement_api
|
- settlement_api
|
||||||
# - discharge_api
|
- discharge_api
|
||||||
# - cost_api
|
- cost_api
|
||||||
# - clas_api
|
- clas_api
|
||||||
# - det_api
|
- det_api
|
||||||
# - dewarp_api
|
- dewarp_api
|
||||||
# command: [ 'photo_review.py', '--clean', 'True' ]
|
command: [ 'photo_review.py', '--clean', 'True' ]
|
||||||
|
|
||||||
# photo_review_2:
|
# photo_review_2:
|
||||||
# <<: *project_template
|
# <<: *project_template
|
||||||
|
|||||||
Reference in New Issue
Block a user