mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-20 23:22:26 +00:00
yes4
This commit is contained in:
parent
3114e188a8
commit
6b9d14042e
6 changed files with 10 additions and 21 deletions
3
.github/workflows/install-script-ci.yml
vendored
3
.github/workflows/install-script-ci.yml
vendored
|
|
@ -30,7 +30,8 @@ jobs:
|
|||
|
||||
- name: Build a single provider
|
||||
run: |
|
||||
USE_COPY_NOT_MOUNT=true LLAMA_STACK_DIR=. uv run llama stack build --template starter --image-type container --image-name test
|
||||
USE_COPY_NOT_MOUNT=true LLAMA_STACK_DIR=. uv run --no-sync \
|
||||
llama stack build --template starter --image-type container --image-name test
|
||||
|
||||
- name: Run installer end-to-end
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue