forked from phoenix-oss/llama-stack-mirror
6 lines
169 B
Bash
Executable file
6 lines
169 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
export USE_COPY_NOT_MOUNT=true
|
|
export LLAMA_STACK_DIR=.
|
|
|
|
uvx --from . llama stack build --template kvant --image-type container --image-name kvant
|