renator commited on
Commit
9b78190
·
1 Parent(s): 79c293f

Update Dockerfile

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