mirror of
https://github.com/containers/ramalama.git
synced 2026-02-05 06:46:39 +01:00
Currently we are defaulting to /tmp and in some cases this means pulling huge models to the /tmp directory which on a lot of linux platforms is a tmpfs. /var/tmp tends to have much more space, so setting this as a default is better. Fixes: https://github.com/containers/ramalama/issues/1778 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>