dauksza123 commited on
Commit
b43f540
·
verified ·
1 Parent(s): c7e3639

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -42,7 +42,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
42
  curl gettext && \
43
  rm -rf /var/lib/apt/lists/*
44
 
45
- RUN pip install --no-cache-dir requests pyttsx3 speech_recognition
46
 
47
  COPY . /app
48
 
 
42
  curl gettext && \
43
  rm -rf /var/lib/apt/lists/*
44
 
45
+ RUN pip install --no-cache-dir requests pyttsx3 speechrecognition
46
 
47
  COPY . /app
48