Skip to content

Try installing with -r #5

Try installing with -r

Try installing with -r #5

Workflow file for this run

name: Build Images
on: push
jobs:
build-image-pull-model:
uses: mlibrary/platform-engineering-workflows/.github/workflows/build-unstable.yml@v1
with:
image_name: genai-stack--pull-model
tag: ${{ github.sha }}
dockerfile: pull_model.Dockerfile
secrets: inherit
build-image-python:
uses: mlibrary/platform-engineering-workflows/.github/workflows/build-unstable.yml@v1
with:
image_name: genai-stack--python
tag: ${{ github.sha }}
dockerfile: py/Dockerfile
secrets: inherit