dauksza123 commited on
Commit
cf43584
·
verified ·
1 Parent(s): 07cd15e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -42,8 +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
- COPY requirements.txt ./
46
- RUN pip install --no-cache-dir -r requirements.txt
47
 
48
  COPY . /app
49
 
 
42
  curl gettext && \
43
  rm -rf /var/lib/apt/lists/*
44
 
45
+ RUN pip install --no-cache-dir os sqlite3 requests json pyttsx3 speech_recognition
 
46
 
47
  COPY . /app
48