Skip to content

Commit

Permalink
Just store the file in the rootfs
Browse files Browse the repository at this point in the history
Simplify

Signed-off-by: Eric Curtin <[email protected]>
  • Loading branch information
ericcurtin committed Jul 23, 2024
1 parent e2bbc77 commit b038432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ramalama
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b038432

Please sign in to comment.