DenisT commited on
Commit
d5ec0cd
·
1 Parent(s): b4cecdc

modified requirements

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
13
  RUN apt-get update && apt-get install -y ffmpeg
14
 
15
  # Install python3-pyaudio and espeak
16
- RUN apt-get install -y python3-pyaudio espeak libespeak-dev libespeak-ng-libespeak-dev
17
 
18
  COPY . .
19
 
 
13
  RUN apt-get update && apt-get install -y ffmpeg
14
 
15
  # Install python3-pyaudio and espeak
16
+ RUN apt-get install -y python3-pyaudio espeak libespeak-dev libespeak-ng-libespeak-dev libespeak1
17
 
18
  COPY . .
19
 
requirements.txt CHANGED
@@ -8,7 +8,7 @@ fastapi
8
  pydantic
9
  python-multipart
10
  whisper-timestamped
11
- pyttsx3
12
  requests
13
  beautifulsoup4
14
  httpx
 
8
  pydantic
9
  python-multipart
10
  whisper-timestamped
11
+ pyttsx3eaidk
12
  requests
13
  beautifulsoup4
14
  httpx