th0mascat commited on
Commit
bb1d301
1 Parent(s): dc52995

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM python:3.11
2
 
3
  COPY . .
4
 
5
- RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
6
 
7
  RUN pip install librosa
8
 
 
2
 
3
  COPY . .
4
 
5
+ RUN apt-get update && apt-get -y install tesseract-ocr && apt-get install ffmpeg libsm6 libxext6 -y
6
 
7
  RUN pip install librosa
8