actual prod workflow

This commit is contained in:
Xi Yan 2025-01-17 23:56:31 -08:00
parent 20b96e30bc
commit 81be602f88

View file

@ -1,7 +1,6 @@
name: Docker Build and Publish
on:
push:
workflow_dispatch:
inputs:
version:
@ -77,8 +76,7 @@ jobs:
- name: Build docker image
run: |
# TEMPLATES=("ollama" "bedrock" "remote-vllm" "fireworks" "together" "tgi" "meta-reference-gpu")
TEMPLATES=("fireworks")
TEMPLATES=("ollama" "bedrock" "remote-vllm" "fireworks" "together" "tgi" "meta-reference-gpu")
for template in "${TEMPLATES[@]}"; do
if [ "$PYPI_SOURCE" = "testpypi" ]; then
TEST_PYPI_VERSION=${{ steps.version.outputs.version }} llama stack build --template $template --image-type container