Open
Description
🚀 Describe the new functionality needed
Requiring the llama
binary to run llama-stack in a container doesn't make sense; that would defeat the purpose of running a container. Even the document mentions using docker
directly.
So let's remove this functionality and simply focus llama stack run
on the following scenarios:
- system packages
- venv
- conda
Thoughts?
💡 Why is this needed? What if we don't build it?
Nothing, but it's not needed.
Other thoughts
No response