mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 18:50:44 +00:00
actual prod workflow
This commit is contained in:
parent
20b96e30bc
commit
81be602f88
1 changed files with 1 additions and 3 deletions
4
.github/workflows/publish-to-docker.yml
vendored
4
.github/workflows/publish-to-docker.yml
vendored
|
@ -1,7 +1,6 @@
|
||||||
name: Docker Build and Publish
|
name: Docker Build and Publish
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
version:
|
version:
|
||||||
|
@ -77,8 +76,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build docker image
|
- name: Build docker image
|
||||||
run: |
|
run: |
|
||||||
# TEMPLATES=("ollama" "bedrock" "remote-vllm" "fireworks" "together" "tgi" "meta-reference-gpu")
|
TEMPLATES=("ollama" "bedrock" "remote-vllm" "fireworks" "together" "tgi" "meta-reference-gpu")
|
||||||
TEMPLATES=("fireworks")
|
|
||||||
for template in "${TEMPLATES[@]}"; do
|
for template in "${TEMPLATES[@]}"; do
|
||||||
if [ "$PYPI_SOURCE" = "testpypi" ]; then
|
if [ "$PYPI_SOURCE" = "testpypi" ]; then
|
||||||
TEST_PYPI_VERSION=${{ steps.version.outputs.version }} llama stack build --template $template --image-type container
|
TEST_PYPI_VERSION=${{ steps.version.outputs.version }} llama stack build --template $template --image-type container
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue