Skip to content

Commit 72f9482

Browse files
reorg repo to use demos/ directory
Signed-off-by: Michael Clifford <mcliffor@redhat.com>
1 parent 6040daf commit 72f9482

7 files changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build_mcp:
55
podman build -t mcp_server:latest --platform="linux/amd64" build_mcp
66

77
build_ui:
8-
podman build -t streamlit_client:latest --platform="linux/amd64" -f app/src/build/Containerfile .
8+
podman build -t streamlit_client:latest --platform="linux/amd64" -f demos/rag_agentic/frontend/build/Containerfile .
99

1010
run_ui:
1111
podman run -it -p 8501:8501 --env LLAMA_STACK_ENDPOINT=$(LLAMA_STACK_ENDPOINT) streamlit_client:latest
File renamed without changes.
File renamed without changes.

app/src/Level2_simple_agentic_with_websearch.ipynb renamed to demos/rag_agentic/notebooks/Level2_simple_agentic_with_websearch.ipynb

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)