Skip to content

Commit

Permalink
Deploy: removed service defs for ocr-service 3/4 (no longer needed du…
Browse files Browse the repository at this point in the history
…e to threading update).
  • Loading branch information
vladd-bit committed Nov 2, 2023
1 parent 190cea4 commit 9041d30
Showing 1 changed file with 0 additions and 68 deletions.
68 changes: 0 additions & 68 deletions deploy/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,74 +225,6 @@ services:
networks:
- cognet

ocr-service-3:
container_name: ocr-service-3

image: cogstacksystems/cogstack-ocr-service:0.2.4
restart: always
# mem_swappiness: 0
# cpuset: "0-15"
shm_size : 1024mb
privileged: true
security_opt:
- seccomp:unconfined
env_file:
- ./ocr_service.env
environment:
- http_proxy=$HTTP_PROXY
- https_proxy=$HTTPS_PROXY
- no_proxy=$no_proxy

# tesseract threading is disabled as the processing will take care of distribution
- OMP_THREAD_LIMIT=1
ulimits:
memlock:
soft: -1
hard: -1
nofile:
soft: 65536
hard: 262144
ports:
- "8092:8090"
expose:
- "8090"
networks:
- cognet

ocr-service-4:
container_name: ocr-service-4

image: cogstacksystems/cogstack-ocr-service:0.2.4
restart: always
# mem_swappiness: 0
# cpuset: "0-15"
shm_size : 1024mb
privileged: true
security_opt:
- seccomp:unconfined
env_file:
- ./ocr_service.env
environment:
- http_proxy=$HTTP_PROXY
- https_proxy=$HTTPS_PROXY
- no_proxy=$no_proxy

# tesseract threading is disabled as the processing will take care of distribution
- OMP_THREAD_LIMIT=1
ulimits:
memlock:
soft: -1
hard: -1
nofile:
soft: 65536
hard: 262144
ports:
- "8093:8090"
expose:
- "8090"
networks:
- cognet

#---------------------------------------------------------------------------#
# NLP Services containers #
# * using example free models / resources #
Expand Down

0 comments on commit 9041d30

Please sign in to comment.