Skip to content

Commit

Permalink
Update publish_executor_containers.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu authored Feb 3, 2025
1 parent 591bdba commit 433fcf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_executor_containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- run: |
curl -LsSf https://astral.sh/uv/install.sh | sh # install uv
uv pip install --system 'indexify==${{ inputs.indexify_version }}' -U
uv pip install --system 'indexify==${{ inputs.indexify_version }}' tensorlake -U
indexify-cli build-image examples/pdf_document_extraction/images.py
indexify-cli build-image examples/pdf_structured_extraction/workflow.py
indexify-cli build-image examples/pdf_structured_extraction/document_ai_api_version_workflow.py
Expand Down

0 comments on commit 433fcf9

Please sign in to comment.