fix docker

This commit is contained in:
Xi Yan 2024-09-18 14:20:45 -07:00
parent 2ba8047013
commit e4d399b1f2
2 changed files with 8 additions and 2 deletions

View file

@ -28,4 +28,4 @@ set -x
podman run -it \
-v $host_build_dir:$container_build_dir \
$docker_image \
llama stack configure --config ./llamastack-build.yaml --output-dir $container_build_dir
llama stack configure ./llamastack-build.yaml --output-dir $container_build_dir