mirror of
https://github.com/openai/whisper.git
synced 2025-11-24 06:26:03 +00:00
Merge 3d912f75e6bc0b477a05e2216afd2552b0aec9ce into 517a43ecd132a2089d85f4ebc044728a71d49f6e
This commit is contained in:
commit
d302de5654
@ -35,6 +35,9 @@ It also requires the command-line tool [`ffmpeg`](https://ffmpeg.org/) to be ins
|
|||||||
# on Ubuntu or Debian
|
# on Ubuntu or Debian
|
||||||
sudo apt update && sudo apt install ffmpeg
|
sudo apt update && sudo apt install ffmpeg
|
||||||
|
|
||||||
|
# on Ubuntu or Debian with cleanup (e.g., for Docker images)
|
||||||
|
apt-get update && apt-get install -y ffmpeg && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# on Arch Linux
|
# on Arch Linux
|
||||||
sudo pacman -S ffmpeg
|
sudo pacman -S ffmpeg
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user