You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -936,7 +936,7 @@ docker compose up --build
936
936
937
937
### Llama-Stack as Library (Library Mode)
938
938
939
-
When embedding llama-stack directly in the container, use the existing `Containerfile` directly (this will not build the llama stack service in a separate container). First modify the `lightspeed-stack.yaml` config to use llama stack in library mode.
939
+
When embedding llama-stack directly in the container, use the existing `deploy/lightspeed-stack/Containerfile` directly (this will not build the llama stack service in a separate container). First modify the `lightspeed-stack.yaml` config to use llama stack in library mode.
2. Create `Containerfile`intop-level directory like following. Update it as needed:
1004
+
2. Create a `Containerfile`inyour repository root like the following (see `deploy/lightspeed-stack/Containerfile`in this repo for the upstream image definition). Update it as needed:
1005
1005
```
1006
1006
# Latest dev image built from the git main branch (consider pinning a digest for reproducibility)
1007
1007
FROM quay.io/lightspeed-core/lightspeed-stack:dev-latest
@@ -1328,7 +1328,7 @@ Konflux builds run in **hermetic mode** (air-gapped from the internet), so all d
1328
1328
1329
1329
Update these files when you:
1330
1330
- Add/remove/update Python packages in the project
1331
-
- Add/remove/update RPM packages in the Containerfile
1331
+
- Add/remove/update RPM packages in `deploy/lightspeed-stack/Containerfile`
0 commit comments