NickVerri commited on
Commit
d6f7800
·
verified ·
1 Parent(s): e320041

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,8 +1,8 @@
1
  FROM python:3.10-slim
2
 
3
  # Install system dependencies
4
- # git is REQUIRED for installing whisperx from github
5
- # ffmpeg is REQUIRED for audio processing
6
  RUN apt-get update && apt-get install -y \
7
  ffmpeg \
8
  git \
 
1
  FROM python:3.10-slim
2
 
3
  # Install system dependencies
4
+ # git is REQUIRED for installing whisperx
5
+ # ffmpeg is REQUIRED for audio
6
  RUN apt-get update && apt-get install -y \
7
  ffmpeg \
8
  git \