mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 19:04:19 +00:00
docs: fixed broken tip in distro build docs (#1673)
# What does this PR do? fixed broken tip in distro build docs ## Test Plan Local docs build Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
This commit is contained in:
parent
5287b437ae
commit
1261bc93bf
1 changed files with 6 additions and 2 deletions
|
@ -185,8 +185,12 @@ llama stack build --config llama_stack/templates/ollama/build.yaml
|
|||
:::
|
||||
|
||||
:::{tab-item} Building Container
|
||||
> [!TIP]
|
||||
> Podman is supported as an alternative to Docker. Set `CONTAINER_BINARY` to `podman` in your environment to use Podman.
|
||||
|
||||
```{admonition} Podman Alternative
|
||||
:class: tip
|
||||
|
||||
Podman is supported as an alternative to Docker. Set `CONTAINER_BINARY` to `podman` in your environment to use Podman.
|
||||
```
|
||||
|
||||
To build a container image, you may start off from a template and use the `--image-type container` flag to specify `container` as the build image type.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue