@@ -829,7 +829,6 @@ Usage: make <OPTIONS> ... <TARGETS>
829829Available targets are:
830830
831831run Run the service locally
832- help Show this help screen
833832run-llama-stack Start Llama Stack with enriched config (for local service mode)
834833test-unit Run the unit tests
835834test-integration Run integration tests tests
@@ -842,7 +841,6 @@ format Format the code into unified format
842841schema Generate OpenAPI schema file
843842openapi-doc Generate OpenAPI documentation
844843generate-documentation Generate documentation
845- requirements.txt Generate requirements.txt file containing hashes for all non-devel packages
846844doc Generate documentation for developers
847845docs/config.puml Generate PlantUML class diagram for configuration
848846docs/config.png Generate an image with configuration graph
@@ -857,9 +855,12 @@ verify Run all linters
857855distribution-archives Generate distribution archives to be uploaded into Python registry
858856upload-distribution-archives Upload distribution archives into Python registry
859857konflux-requirements Generate hermetic requirements.*.txt file for konflux build
860- konflux-rpm-lock Generate rpm.lock.yaml file for konflux build
858+ konflux-rpm-lock Generate rpm.lock.yaml file for konflux build
859+ help Show this help screen
861860```
862861
862+
863+
863864## Running Linux container image
864865
865866Stable release images are tagged with versions like `0.1.0`. Tag `latest` always points to latest stable release.
0 commit comments