File tree 11 files changed +16
-18
lines changed
11 files changed +16
-18
lines changed Original file line number Diff line number Diff line change 13
13
marker_version :
14
14
description : marker version of pypi
15
15
required : true
16
- default : 1.0.2
16
+ default : 1.1.0
17
17
streamlit_version :
18
18
description : streamlit version of pypi
19
19
required : true
20
- default : 1.40.2
20
+ default : 1.41.0
21
21
22
22
jobs :
23
23
build-and-push-docker-image :
29
29
strategy :
30
30
matrix :
31
31
MARKER_VERSION :
32
- - ${{ github.event.inputs.marker_version || '1.0.2 ' }}
32
+ - ${{ github.event.inputs.marker_version || '1.1.0 ' }}
33
33
STREAMLIT_VERSION :
34
- - ${{ github.event.inputs.streamlit_version || '1.40.2 ' }}
34
+ - ${{ github.event.inputs.streamlit_version || '1.41.0 ' }}
35
35
platform :
36
36
- linux/amd64
37
37
Original file line number Diff line number Diff line change 25
25
"command" : " docker build -t xiaoyao9184/marker:master -f ./docker/build@source/dockerfile ."
26
26
},
27
27
{
28
- "label" : " docker: build 1.0.2 " ,
28
+ "label" : " docker: build 1.1.0 " ,
29
29
"type" : " shell" ,
30
- "command" : " docker build -t xiaoyao9184/marker:1.0.2 -f ./docker/build@pypi/dockerfile ."
30
+ "command" : " docker build -t xiaoyao9184/marker:1.1.0 -f ./docker/build@pypi/dockerfile ."
31
31
},
32
32
{
33
33
"label" : " huggingface-cli: download models" ,
Original file line number Diff line number Diff line change 1
- ARG MARKER_VERSION=1.0.2
2
- ARG STREAMLIT_VERSION=1.40.2
1
+ ARG MARKER_VERSION=1.1.0
2
+ ARG STREAMLIT_VERSION=1.41.0
3
3
ARG GRADIO_VERSION=5.8.0
4
4
5
5
@@ -35,8 +35,6 @@ RUN pip3 install --no-cache-dir \
35
35
streamlit==${STREAMLIT_VERSION} \
36
36
gradio==${GRADIO_VERSION}
37
37
38
- COPY ./gradio /workspace/gradio
39
-
40
38
# COPY --from=fonts /fonts/GoNotoCurrent-Regular.ttf /fonts/GoNotoCurrent-Regular.ttf
41
39
# COPY --from=fonts /fonts/GoNotoCJKCore.ttf /fonts/GoNotoCJKCore.ttf
42
40
COPY --from=fonts /fonts/GoNotoCurrent-Regular.ttf /opt/conda/lib/python3.11/site-packages/static/fonts/GoNotoCurrent-Regular.ttf
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN pip3 install --upgrade pip
25
25
COPY ./marker /app
26
26
RUN pip3 install --no-cache-dir \
27
27
-e . \
28
- streamlit==1.40.2 \
28
+ streamlit==1.41.0 \
29
29
gradio==5.8.0
30
30
# The image is too large, with layers exceeding 10GB.
31
31
# RUN pip3 install poetry
Original file line number Diff line number Diff line change 2
2
3
3
services :
4
4
marker_gradio :
5
- image : xiaoyao9184/marker:1.0.2
5
+ image : xiaoyao9184/marker:1.1.0
6
6
container_name : marker_pdf_gradio
7
7
working_dir : /workspace/gradio
8
8
command : gradio gradio_app.py
Original file line number Diff line number Diff line change 2
2
3
3
services :
4
4
marker_gradio :
5
- image : xiaoyao9184/marker:1.0.2
5
+ image : xiaoyao9184/marker:1.1.0
6
6
container_name : marker_pdf_gradio
7
7
working_dir : /workspace/gradio
8
8
command : gradio gradio_app.py
Original file line number Diff line number Diff line change 2
2
3
3
services :
4
4
marker_app :
5
- image : xiaoyao9184/marker:1.0.2
5
+ image : xiaoyao9184/marker:1.1.0
6
6
container_name : marker_pdf_app
7
7
environment :
8
8
- TORCH_DEVICE=cpu
Original file line number Diff line number Diff line change 2
2
3
3
services :
4
4
marker_app :
5
- image : xiaoyao9184/marker:1.0.2
5
+ image : xiaoyao9184/marker:1.1.0
6
6
container_name : marker_pdf_app
7
7
environment :
8
8
- TORCH_DEVICE=cuda
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies:
11
11
- pytorch==2.5.1
12
12
- pytorch-cuda==12.4
13
13
14
- - streamlit==1.40.2
14
+ - streamlit==1.41.0
15
15
16
16
- pip :
17
17
- -e ./marker
Original file line number Diff line number Diff line change 1
1
torch == 2.5.1
2
- marker-pdf == 1.0.2
2
+ marker-pdf == 1.1.0
3
3
gradio == 5.8.0
4
4
huggingface-hub == 0.26.3
You can’t perform that action at this time.
0 commit comments