mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-23 00:27:26 +00:00
dockerfile
# What does this PR do? ## Test Plan
This commit is contained in:
parent
b11bcfde11
commit
a35d090fd9
9 changed files with 301 additions and 413 deletions
|
@ -48,7 +48,12 @@ jobs:
|
|||
|
||||
- name: Build distro from config file
|
||||
run: |
|
||||
USE_COPY_NOT_MOUNT=true LLAMA_STACK_DIR=. uv run llama stack build --config tests/external/ramalama-stack/build.yaml
|
||||
docker build . \
|
||||
-f containers/Containerfile \
|
||||
--build-arg INSTALL_MODE=editable \
|
||||
--build-arg DISTRO_NAME=ramalama-stack \
|
||||
--build-arg RUN_CONFIG_PATH=/workspace/tests/external/ramalama-stack/run.yaml \
|
||||
--tag llama-stack:ramalama-stack
|
||||
|
||||
- name: Start Llama Stack server in background
|
||||
if: ${{ matrix.image-type }} == 'venv'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue