#!/bin/bash podman build -t whisper . exec podman run --rm -it -v "$HOME/.cache/whisper:$HOME/.cache/whisper:z" -v "$(pwd):$(pwd):z" -w "$(pwd)" whisper audio.mp3 --model medium.en