Spaces:
Configuration error
Configuration error
Update Dockerfile
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
# Use Python 3.10
|
2 |
-
FROM python:3.10
|
3 |
|
4 |
# Set the working directory in the container
|
5 |
WORKDIR /app
|
@@ -29,6 +29,7 @@ COPY . /app/
|
|
29 |
|
30 |
# Set the environment variable for Coqui TTS
|
31 |
ENV COQUI_TOS_AGREED=1
|
|
|
32 |
|
33 |
|
34 |
# Apply migrations
|
|
|
1 |
+
# Use Python 3.10 as the base image
|
2 |
+
FROM python:3.10-slim
|
3 |
|
4 |
# Set the working directory in the container
|
5 |
WORKDIR /app
|
|
|
29 |
|
30 |
# Set the environment variable for Coqui TTS
|
31 |
ENV COQUI_TOS_AGREED=1
|
32 |
+
RUN pip istall numba==0.58.0
|
33 |
|
34 |
|
35 |
# Apply migrations
|