Skip to content

Commit

Permalink
[transcribe] add FFmpeg package to requierments test file
Browse files Browse the repository at this point in the history
  • Loading branch information
aviaIguazio committed Dec 10, 2023
1 parent 76ea5f0 commit b035929
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions transcribe/item.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ spec:
handler: transcribe
image: mlrun/mlrun
kind: job
build:
- sudo add-apt-repository universe
- sudo apt update
- sudo apt install ffmpeg
requirements:
- openai-whisper
- tqdm
Expand Down
3 changes: 1 addition & 2 deletions transcribe/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
openai-whisper
tqdm
librosa
ffmpeg-python
librosa

0 comments on commit b035929

Please sign in to comment.