llama-stack-mirror/llama_stack
Russell Bryant 8db49de961
docker: Install in editable mode for dev purposes (#160)
While rebuilding a stack using the `docker` image type and having
`LLAMA_STACK_DIR` set so it installs `llama_stack` from my local
source, I noticed that once built, it just used the image build cache
and didn't pull in changes to my source.

1. Install in editable mode (`pip install -e`) for dev purposes.

2. Mount the source into the container for `configure` and `run` so
   that the editable install works.

Signed-off-by: Russell Bryant <rbryant@redhat.com>
2024-09-30 11:56:31 -07:00
..
apis pre-commit lint 2024-09-28 16:04:41 -07:00
cli [bugfix] fix #146 (#147) 2024-09-28 17:47:00 -07:00
distribution docker: Install in editable mode for dev purposes (#160) 2024-09-30 11:56:31 -07:00
providers fix broken bedrock inference provider (#151) 2024-09-29 20:17:58 -07:00
scripts Add a test for CLI, but not fully done so disabled 2024-09-19 13:27:07 -07:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00