Skip to content

Commit

Permalink
Merge pull request #785 from rhatdan/init
Browse files Browse the repository at this point in the history
Fix exiting on llama-serve when user hits ^c
  • Loading branch information
rhatdan authored Feb 11, 2025
2 parents 7a1cf12 + c71a148 commit d13d02b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ramalama/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ def setup_container(self, args):
"--env=HOME=/tmp",
"--cap-drop=all",
"--security-opt=no-new-privileges",
"--init",
]

if os.path.basename(args.engine) == "podman":
Expand Down

0 comments on commit d13d02b

Please sign in to comment.