Skip to content

Commit 28cbe6f

Browse files
committed
Bump marker version to 1.9.1
1 parent 099147f commit 28cbe6f

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

.github/workflows/docker-image-tag-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
marker_version:
1515
description: marker version of pypi
1616
required: true
17-
default: 1.9.0
17+
default: 1.9.1
1818
streamlit_version:
1919
description: streamlit version of pypi
2020
required: true
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
MARKER_VERSION:
33-
- ${{ github.event.inputs.marker_version || '1.9.0' }}
33+
- ${{ github.event.inputs.marker_version || '1.9.1' }}
3434
STREAMLIT_VERSION:
3535
- ${{ github.event.inputs.streamlit_version || '1.41.1' }}
3636
platform:

.vscode/tasks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"command": "docker build -t xiaoyao9184/marker:master -f ./docker/build@source/dockerfile ."
2626
},
2727
{
28-
"label": "docker: build 1.9.0",
28+
"label": "docker: build 1.9.1",
2929
"type": "shell",
30-
"command": "docker build -t xiaoyao9184/marker:1.9.0 -f ./docker/build@pypi/dockerfile ."
30+
"command": "docker build -t xiaoyao9184/marker:1.9.1 -f ./docker/build@pypi/dockerfile ."
3131
},
3232
{
3333
"label": "huggingface-cli: download models",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A Docker image built through Github Actions with Git commit version tag
44

55
[![Docker Image Build/Publish tag with commit](https://github.com/xiaoyao9184/docker-marker/actions/workflows/docker-image-tag-commit.yml/badge.svg)](https://github.com/xiaoyao9184/docker-marker/actions/workflows/docker-image-tag-commit.yml) [![](https://img.shields.io/docker/v/xiaoyao9184/marker)](https://hub.docker.com/r/xiaoyao9184/marker)
66

7-
[![Docker Image Build/Publish tag with version](https://github.com/xiaoyao9184/docker-marker/actions/workflows/docker-image-tag-version.yml/badge.svg)](https://github.com/xiaoyao9184/docker-marker/actions/workflows/docker-image-tag-version.yml) [![](https://img.shields.io/docker/v/xiaoyao9184/marker/1.9.0)](https://hub.docker.com/r/xiaoyao9184/marker)
7+
[![Docker Image Build/Publish tag with version](https://github.com/xiaoyao9184/docker-marker/actions/workflows/docker-image-tag-version.yml/badge.svg)](https://github.com/xiaoyao9184/docker-marker/actions/workflows/docker-image-tag-version.yml) [![](https://img.shields.io/docker/v/xiaoyao9184/marker/1.9.1)](https://hub.docker.com/r/xiaoyao9184/marker)
88

99
[![HuggingFace Model Sync](https://github.com/xiaoyao9184/docker-marker/actions/workflows/hf-model-sync.yml/badge.svg)](https://github.com/xiaoyao9184/docker-marker/actions/workflows/hf-model-sync.yml) [![](https://img.shields.io/badge/HuggingFace-model-8b2cff?logo=huggingface)](https://huggingface.co/collections/xiaoyao9184/surya-and-marker-68635abc74f33ef5d5be792d)
1010

docker/build@pypi/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG MARKER_VERSION=1.9.0
1+
ARG MARKER_VERSION=1.9.1
22
ARG STREAMLIT_VERSION=1.41.1
33
ARG GRADIO_VERSION=5.28.0
44

docker/up.gradio@cpu-offline/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
services:
44
marker_gradio:
5-
image: xiaoyao9184/marker:1.9.0
5+
image: xiaoyao9184/marker:1.9.1
66
container_name: marker_pdf_gradio
77
working_dir: /workspace/gradio
88
command: gradio gradio_app.py

docker/up.gradio@gpu-offline/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
services:
44
marker_gradio:
5-
image: xiaoyao9184/marker:1.9.0
5+
image: xiaoyao9184/marker:1.9.1
66
container_name: marker_pdf_gradio
77
working_dir: /workspace/gradio
88
command: gradio gradio_app.py

docker/up@cpu-offline/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
services:
44
marker_app:
5-
image: xiaoyao9184/marker:1.9.0
5+
image: xiaoyao9184/marker:1.9.1
66
container_name: marker_pdf_app
77
environment:
88
- TORCH_DEVICE=cpu

docker/up@gpu-offline/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
services:
44
marker_app:
5-
image: xiaoyao9184/marker:1.9.0
5+
image: xiaoyao9184/marker:1.9.1
66
container_name: marker_pdf_app
77
environment:
88
- TORCH_DEVICE=cuda

gradio/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
torch==2.7.0
2-
marker-pdf[full]==1.9.0
2+
marker-pdf[full]==1.9.1
33
gradio[mcp]==5.28.0
44

55
# transformers 4.52.4 depends on huggingface-hub>=0.30.0

marker

0 commit comments

Comments
 (0)