From 39da0d8a003e237ef4bd08449c7b3aae4b15716d Mon Sep 17 00:00:00 2001 From: liuyebo <1515783401@qq.com> Date: Thu, 17 Oct 2024 16:43:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=AE=A1=E6=A0=B8=E3=80=81?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=B6=82=E6=8A=B9=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 39 ++++++++++++++++++++++++++++++++------- 1 file changed, 32 insertions(+), 7 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 219a036..f99a11f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -126,12 +126,12 @@ services: capabilities: [ 'gpu' ] driver: 'nvidia' - photo_review_1: + photo_review_test_1: <<: *project_template build: context: . - container_name: photo_review_1 - hostname: photo_review_1 + container_name: photo_review_test_1 + hostname: photo_review_test_1 depends_on: - ocr - ie_settlement @@ -143,6 +143,23 @@ services: - clas_text 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 +# - ie_settlement +# - ie_discharge +# - ie_cost +# - clas_orientation +# - det_book +# - dewarp +# - clas_text +# command: [ 'photo_review.py', '--clean', 'True' ] + # photo_review_2: # <<: *project_template # container_name: photo_review_2 @@ -175,14 +192,22 @@ services: # - photo_review_4 # command: [ 'photo_review.py' ] - photo_mask_1: + photo_mask_test_1: <<: *project_template - container_name: photo_mask_1 - hostname: photo_mask_1 + container_name: photo_mask_test_1 + hostname: photo_mask_test_1 depends_on: - - photo_review_1 + - photo_review_test_1 command: [ 'photo_mask.py', '--clean', 'True' ] +# photo_mask_1: +# <<: *project_template +# container_name: photo_mask_1 +# hostname: photo_mask_1 +# depends_on: +# - photo_review_1 +# command: [ 'photo_mask.py', '--clean', 'True' ] + # photo_mask_2: # <<: *project_template # container_name: photo_mask_2