Skip to content

Commit

Permalink
Update pdf document layout analysis version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-piles committed Oct 7, 2024
1 parent 63458de commit 2f142cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: '3.11'

- name: Install dependencies
run: pip3 install black pytest PyRSMQ==0.5.1 redis==5.0.7 requests==2.32.3 graypy==2.1.0 httpx==0.27.0
run: pip3 install black pytest PyRSMQ==0.5.1 redis==5.0.7 requests==2.32.3 graypy==2.1.0 httpx==0.27.0 pydantic==2.9.2

- name: Lint with black
run: black --line-length 125 . --check
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
worker-pdf-layout:
container_name: "worker-pdf-layout"
entrypoint: [ "gunicorn", "-k", "uvicorn.workers.UvicornWorker", "--chdir", "./src", "app:app", "--bind", "0.0.0.0:5060", "--timeout", "10000"]
image: ghcr.io/huridocs/pdf-document-layout-analysis:0.0.15
image: ghcr.io/huridocs/pdf-document-layout-analysis:0.0.16
init: true
restart: unless-stopped
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
worker-pdf-layout-gpu:
container_name: "worker-pdf-layout-no-gpu"
entrypoint: [ "gunicorn", "-k", "uvicorn.workers.UvicornWorker", "--chdir", "./src", "app:app", "--bind", "0.0.0.0:5060", "--timeout", "10000"]
image: ghcr.io/huridocs/pdf-document-layout-analysis:0.0.15
image: ghcr.io/huridocs/pdf-document-layout-analysis:0.0.16
init: true
restart: unless-stopped
network_mode: host
Expand Down

0 comments on commit 2f142cf

Please sign in to comment.