Skip to content

Commit

Permalink
Bump tabled version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyao9184 committed Nov 30, 2024
1 parent 7c7a1a9 commit d2c1779
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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:
tabled_version:
description: tabled version of pypi
required: true
default: 0.1.5
default: 0.1.6
streamlit_version:
description: streamlit version of pypi
required: true
Expand All @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
TABLED_VERSION:
- ${{ github.event.inputs.tabled_version || '0.1.5' }}
- ${{ github.event.inputs.tabled_version || '0.1.6' }}
STREAMLIT_VERSION:
- ${{ github.event.inputs.streamlit_version || '1.40.2' }}
platform:
Expand Down
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"command": "docker build -t xiaoyao9184/tabled:master -f ./docker/build@source/dockerfile ."
},
{
"label": "docker: build 0.1.5",
"label": "docker: build 0.1.6",
"type": "shell",
"command": "docker build -t xiaoyao9184/tabled:0.1.5 -f ./docker/build@pypi/dockerfile ."
"command": "docker build -t xiaoyao9184/tabled:0.1.6 -f ./docker/build@pypi/dockerfile ."
},
{
"label": "huggingface-cli: download models",
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 TABLED_VERSION=0.1.5
ARG TABLED_VERSION=0.1.6
ARG STREAMLIT_VERSION=1.40.2

FROM pytorch/pytorch:2.4.1-cuda12.4-cudnn9-runtime
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:
tabled_app:
image: xiaoyao9184/tabled:0.1.5
image: xiaoyao9184/tabled:0.1.6
container_name: tabled_pdf_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:
tabled_app:
image: xiaoyao9184/tabled:0.1.5
image: xiaoyao9184/tabled:0.1.6
container_name: tabled_pdf_app
environment:
- TORCH_DEVICE=cuda
Expand Down
2 changes: 1 addition & 1 deletion tabled

0 comments on commit d2c1779

Please sign in to comment.