llama-stack
llama-stack copied to clipboard
Remove the ability to run the server in container from "llama stack run"
trafficstars
🚀 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?
@ashwinb @cdoern FYI
💡 Why is this needed? What if we don't build it?
Nothing, but it's not needed.
Other thoughts
No response