Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|
46 |
|
47 |
COPY . /app
|
48 |
|
|
|
42 |
curl gettext && \
|
43 |
rm -rf /var/lib/apt/lists/*
|
44 |
|
45 |
+
RUN pip install --no-cache-dir requests json pyttsx3 speech_recognition
|
46 |
|
47 |
COPY . /app
|
48 |
|