renator commited on
Commit
91e1784
·
1 Parent(s): 69f25fb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -30,8 +30,7 @@ COPY . /app/
30
  # Set the environment variable for Coqui TTS
31
  ENV COQUI_TOS_AGREED=1
32
 
33
- # Install numba and llvmlite
34
- RUN pip install numba==0.48 llvmlite
35
 
36
  # Apply migrations
37
  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
 
34
 
35
  # Apply migrations
36
  RUN python manage.py migrate