Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Use whipper as oci container using podman
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmnemonic committed Sep 24, 2024
1 parent c638570 commit 90f45a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions system_files/etc/bashrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
alias whipper="podman run -ti --rm --device=/dev/cdrom \
--mount type=bind,source=/usr/etc/whipper.conf,target=/home/worker/.config/whipper/whipper.conf \
--mount type=bind,source=${PWD}/output,target=/output \
docker.io/whipperteam/whipper"

0 comments on commit 90f45a3

Please sign in to comment.