Skip to content

Commit

Permalink
Update publish_executor_containers.yaml for install typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stangirala authored Dec 14, 2024
1 parent 0dc208a commit d593058
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 @@ -28,7 +28,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- run: |
curl -LsSf https://astral.sh/uv/install.sh | sh # install uv
uv --system pip install indexify -U
uv pip install --system indexify -U
indexify-cli build-default-image
docker push tensorlake/indexify-executor-default:3.10
docker push tensorlake/indexify-executor-default:3.11
Expand Down

0 comments on commit d593058

Please sign in to comment.