renator commited on
Commit
2c393a9
·
1 Parent(s): 91e1784

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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