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