renator commited on
Commit
79c293f
·
1 Parent(s): 48698b8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
- # Use Python 3.10.5 as the base image
2
- FROM python:3.10.5-slim
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