mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-08 04:54:38 +00:00
build + run image seems to work
This commit is contained in:
parent
6f83187809
commit
a4af9675ac
2 changed files with 24 additions and 9 deletions
11
llama_toolchain/distribution/run_image.sh
Normal file
11
llama_toolchain/distribution/run_image.sh
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the terms described in the LICENSE file in
|
||||
# the root directory of this source tree.
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
podman run -it -p 8001:8001 -v ~/.llama/test.yaml:/app/test.yaml test-image --yaml_config /app/test.yaml --disable-ipv6
|
Loading…
Add table
Add a link
Reference in a new issue