diff --git a/docker-compose.yml b/docker-compose.yml index 5a2703c..219a036 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -126,12 +126,12 @@ services: capabilities: [ 'gpu' ] driver: 'nvidia' - photo_review_test_1: + photo_review_1: <<: *project_template build: context: . - container_name: photo_review_test_1 - hostname: photo_review_test_1 + container_name: photo_review_1 + hostname: photo_review_1 depends_on: - ocr - ie_settlement @@ -143,23 +143,6 @@ 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 @@ -192,13 +175,13 @@ services: # - photo_review_4 # command: [ 'photo_review.py' ] -# 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_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