Spaces:
Configuration error
Configuration error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -29,7 +29,7 @@ COPY . /app/
|
|
29 |
|
30 |
# Set the environment variable for Coqui TTS
|
31 |
ENV COQUI_TOS_AGREED=1
|
32 |
-
RUN pip
|
33 |
|
34 |
|
35 |
# Apply migrations
|
|
|
29 |
|
30 |
# Set the environment variable for Coqui TTS
|
31 |
ENV COQUI_TOS_AGREED=1
|
32 |
+
RUN pip install numba==0.58.0
|
33 |
|
34 |
|
35 |
# Apply migrations
|