-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* arm64 v8 image of whisper-ai engine for Apple M's * Try with new tags input to build action * Try with buildx * Fixes pr prefix * Updates build-arm action to use latest main --------- Co-authored-by: Harpo Harbert <ryan_harbert@wgbh.org>
- Loading branch information
1 parent
a85d718
commit 7278c4d
Showing
2 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
FROM arm64v8/debian:stable-slim | ||
RUN apt update && apt install -y git ffmpeg python3 python3-pip | ||
RUN pip install -U pip | ||
RUN pip install git+https://github.com/openai/whisper.git |