From b0384321742207afc0fa6227fe6541fad1998925 Mon Sep 17 00:00:00 2001 From: Eric Curtin Date: Tue, 23 Jul 2024 13:14:27 +0100 Subject: [PATCH] Just store the file in the rootfs Simplify Signed-off-by: Eric Curtin --- ramalama | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ramalama b/ramalama index 595fc838..2f61e6ce 100755 --- a/ramalama +++ b/ramalama @@ -335,7 +335,7 @@ list_cli() { build() { local from="$sym_target" - local to="/models/$model_name" + local to="/$model_name" cd "$llm_store/models" local containerfile containerfile=$(mktemp)