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

package removed, error

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +0 -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
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
17
 
18
  COPY . .
19
 
requirements.txt CHANGED
@@ -9,7 +9,6 @@ pydantic
9
  python-multipart
10
  whisper-timestamped
11
  pyttsx3
12
- pyaudio
13
  requests
14
  beautifulsoup4
15
  httpx
 
9
  python-multipart
10
  whisper-timestamped
11
  pyttsx3
 
12
  requests
13
  beautifulsoup4
14
  httpx