Spaces:
Runtime error
Runtime error
dauksza123
commited on
Update Dockerfile
Browse files- 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 |
-
|
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 |
|