mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 16:12:46 +00:00
refactor: purge the midstream repo content to only host the build artifacts, so only the redhat-distribution should remain
This commit is contained in:
parent
db484734b4
commit
9783b6a8a3
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ The Containerfile is auto-generated from a template. To generate it:
|
|||
```
|
||||
|
||||
This will:
|
||||
|
||||
- Check for the llama CLI installation
|
||||
- Generate dependencies using `llama stack build`
|
||||
- Create a new `Containerfile` with the required dependencies
|
||||
|
|
@ -33,6 +34,7 @@ NEVER edit the generated `Containerfile` manually.
|
|||
Once the Containerfile is generated, you can build the image using either Podman or Docker:
|
||||
|
||||
### Using Podman build image for x86_64
|
||||
|
||||
```bash
|
||||
podman build --platform linux/amd64 -f redhat-distribution/Containerfile -t rh .
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue