Skip to content

Commit

Permalink
Bump surya version to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyao9184 committed Jan 5, 2025
1 parent d9295b1 commit f2bb9e8
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-tag-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
surya_version:
description: surya version of pypi
required: true
default: 0.8.2
default: 0.8.3
streamlit_version:
description: streamlit version of pypi
required: true
Expand All @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
SURYA_VERSION:
- ${{ github.event.inputs.surya_version || '0.8.2' }}
- ${{ github.event.inputs.surya_version || '0.8.3' }}
STREAMLIT_VERSION:
- ${{ github.event.inputs.streamlit_version || '1.41.1' }}
platform:
Expand Down
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"command": "docker build -t xiaoyao9184/surya:master -f ./docker/build@source/dockerfile .",
},
{
"label": "docker: build 0.8.2",
"label": "docker: build 0.8.3",
"type": "shell",
"command": "docker build -t xiaoyao9184/surya:0.8.2 -f ./docker/build@pypi/dockerfile .",
"command": "docker build -t xiaoyao9184/surya:0.8.3 -f ./docker/build@pypi/dockerfile .",
},
{
"label": "huggingface-cli: download models",
Expand Down
2 changes: 1 addition & 1 deletion docker/build-without-fonts@pypi/dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG SURYA_VERSION=0.8.2
ARG SURYA_VERSION=0.8.3
ARG STREAMLIT_VERSION=1.41.1
ARG GRADIO_VERSION=5.8.0

Expand Down
2 changes: 1 addition & 1 deletion docker/build@pypi/dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG SURYA_VERSION=0.8.2
ARG SURYA_VERSION=0.8.3
ARG STREAMLIT_VERSION=1.41.1
ARG GRADIO_VERSION=5.8.0

Expand Down
2 changes: 1 addition & 1 deletion docker/up.gradio@cpu-offline/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

services:
surya_gradio:
image: xiaoyao9184/surya:0.8.2
image: xiaoyao9184/surya:0.8.3
container_name: surya_ocr_gradio
working_dir: /workspace/gradio
command: gradio gradio_app.py
Expand Down
2 changes: 1 addition & 1 deletion docker/up.gradio@gpu-offline/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

services:
surya_gradio:
image: xiaoyao9184/surya:0.8.2
image: xiaoyao9184/surya:0.8.3
container_name: surya_ocr_gradio
working_dir: /workspace/gradio
command: gradio gradio_app.py
Expand Down
2 changes: 1 addition & 1 deletion docker/up.label@cpu-offline/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- "8080:8080"

surya_label:
image: xiaoyao9184/surya:0.8.2
image: xiaoyao9184/surya:0.8.3
container_name: surya-ocr-label
working_dir: /workspace/label
command: label-studio-ml start --root-dir /workspace label
Expand Down
2 changes: 1 addition & 1 deletion docker/up.label@gpu-offline/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
container_name: label-studio

surya_label:
image: xiaoyao9184/surya:0.8.2
image: xiaoyao9184/surya:0.8.3
container_name: surya-ocr-label
working_dir: /workspace/label
command: label-studio-ml start --root-dir /workspace label
Expand Down
2 changes: 1 addition & 1 deletion docker/up@cpu-offline/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

services:
surya_app:
image: xiaoyao9184/surya:0.8.2
image: xiaoyao9184/surya:0.8.3
container_name: surya_ocr_app
environment:
- TORCH_DEVICE=cpu
Expand Down
2 changes: 1 addition & 1 deletion docker/up@gpu-offline/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

services:
surya_app:
image: xiaoyao9184/surya:0.8.2
image: xiaoyao9184/surya:0.8.3
container_name: surya_ocr_app
environment:
- TORCH_DEVICE=cuda
Expand Down
2 changes: 1 addition & 1 deletion gradio/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==2.5.1
surya-ocr==0.8.2
surya-ocr==0.8.3
gradio==5.8.0
huggingface-hub==0.26.3
2 changes: 1 addition & 1 deletion label/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
surya-ocr==0.8.2
surya-ocr==0.8.3
boto3==1.35.91
2 changes: 1 addition & 1 deletion surya
Submodule surya updated 2 files
+210 −221 poetry.lock
+3 −3 pyproject.toml

0 comments on commit f2bb9e8

Please sign in to comment.