Add llama-stack-client as a legitimate dependency for llama-stack

This commit is contained in:
Ashwin Bharambe 2024-11-19 11:44:35 -08:00
parent c46b462c22
commit 394519d68a
2 changed files with 1 additions and 4 deletions

View file

@ -78,10 +78,6 @@ if [ -n "$special_pip_deps" ]; then
done
fi
# This has been added to simplify UI development, but we likely need
# to add this as a dependency to `llama-stack` itself
add_to_docker "RUN pip install llama-stack-client"
stack_mount="/app/llama-stack-source"
models_mount="/app/llama-models-source"

View file

@ -3,6 +3,7 @@ fire
httpx
huggingface-hub
llama-models>=0.0.50
llama-stack-client>=0.0.50
prompt-toolkit
python-dotenv
pydantic>=2