Skip to content

Commit

Permalink
Deploy: updated ocr-image release.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Jan 24, 2025
1 parent ccff24b commit b5c738c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/ocr_service.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The default images for ocr-service:
# - cogstacksystems/cogstack-ocr-service:latest
# - cogstacksystems/cogstack-ocr-service:latest-${CPU_ARCHITECTURE:-amd64}"
# check Dockerfile_multilang for more information.
OCR_SERVICE_DOCKER_IMAGE="cogstacksystems/ocr-service:latest-${CPU_ARCHITECTURE:-amd64}"
OCR_SERVICE_DOCKER_IMAGE="cogstacksystems/ocr-service:0.2.5-${CPU_ARCHITECTURE:-amd64}"


# READ https://github.com/CogStack/ocr-service/blob/master/README.md on how to handle these settings,
Expand Down
4 changes: 2 additions & 2 deletions deploy/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ services:
#---------------------------------------------------------------------------#
ocr-service-1:
container_name: ocr-service-1
image: cogstacksystems/cogstack-ocr-service:0.2.4-${CPU_ARCHITECTURE:-amd64}
image: cogstacksystems/cogstack-ocr-service:0.2.5-${CPU_ARCHITECTURE:-amd64}
restart: always
# mem_swappiness: 0
# cpuset: "0-15"
Expand Down Expand Up @@ -192,7 +192,7 @@ services:

ocr-service-2:
container_name: ocr-service-2-text-only-no-ocr
image: cogstacksystems/cogstack-ocr-service:0.2.4-${CPU_ARCHITECTURE:-amd64}
image: cogstacksystems/cogstack-ocr-service:0.2.5-${CPU_ARCHITECTURE:-amd64}
restart: always
# mem_swappiness: 0
# cpuset: "0-15"
Expand Down

0 comments on commit b5c738c

Please sign in to comment.