feat: small ollama package

This commit is contained in:
Raghotham Murthy 2025-05-28 21:13:48 -07:00
commit 2d5d05a2b4
103 changed files with 7262 additions and 7422 deletions

View file

@ -131,7 +131,7 @@ def build_image(
# build arguments
if run_config is not None:
args.append(run_config)
# Add exit_after_containerfile flag if specified
if exit_after_containerfile:
args.append("--exit-after-containerfile")