Skip to content

Commit

Permalink
Update publish_executor_containers.yaml for Default Image Build
Browse files Browse the repository at this point in the history
Update GHA to use the commands from indexify `0.2.40`. That is, the default image builder is hard-coded to build for python 3.10 and 3.11.

Once the python version flag is release this commit can be reverted.
  • Loading branch information
stangirala authored Dec 14, 2024
1 parent e735637 commit c2fd38e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish_executor_containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,9 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- run: |
pip install indexify -U
indexify-cli build-default-image --python-version 3.10
indexify-cli build-default-image
docker push tensorlake/indexify-executor-default:3.10
indexify-cli build-default-image --python-version 3.11
docker push tensorlake/indexify-executor-default:3.11
indexify-cli build-default-image --python-version 3.12
docker push tensorlake/indexify-executor-default:3.12
indexify-cli build-default-image --python-version 3.13
docker push tensorlake/indexify-executor-default:3.13
indexify-cli build-image examples/pdf_document_extraction/images.py
indexify-cli build-image examples/pdf_structured_extraction/workflow.py
Expand Down

0 comments on commit c2fd38e

Please sign in to comment.