Skip to content

chore(deps): bump gradio from 4.36.0 to 4.44.0 in /projects/tgi-llm/ui/src in the pip group across 1 directory #35

chore(deps): bump gradio from 4.36.0 to 4.44.0 in /projects/tgi-llm/ui/src in the pip group across 1 directory

chore(deps): bump gradio from 4.36.0 to 4.44.0 in /projects/tgi-llm/ui/src in the pip group across 1 directory #35

Workflow file for this run

# pre-commit workflow
#
# Ensures the codebase passes the pre-commit stack.
name: Build Docker Images
on:
pull_request:
branches:
- main
- dev
jobs:
docker:
runs-on: ubuntu-latest
strategy:
matrix:
project: [ "hello-world", "gpt4", "onnx-iris", "prompt-to-nft", "tgi-llm", "torch-iris"]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Run build example container
env:
project: ${{ matrix.project }}
CI: true
run: make build-container