Skip to content

Replace missing "es" language with "fr" #57

Replace missing "es" language with "fr"

Replace missing "es" language with "fr" #57

Workflow file for this run

name: ai-ml-ci
on:
push:
branches:
- main
paths:
- '.github/workflows/ai-ml-ci.yml'
- 'ai-ml/**'
pull_request:
paths:
- '.github/workflows/ai-ml-ci.yml'
- 'ai-ml/**'
jobs:
gke-a100-jax:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: build tensorflow container for gke-a100-jax tutorial
run: |
cd ai-ml/gke-a100-jax
docker build --tag tensorflow .
t5-model-serving:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: build client-app container for t5-model-serving tutorial
run: |
cd ai-ml/t5-model-serving/client-app
docker build --tag t5-model-serving:client-app .
- name: build model container for t5-model-serving tutorial
run: |
cd ai-ml/t5-model-serving/model
docker build --tag t5-model-serving:serving .