ojoel98 commited on
Commit
7f42663
·
verified ·
1 Parent(s): 20b31d4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -4,6 +4,7 @@ WORKDIR /app
4
 
5
  COPY requirements.txt .
6
  RUN pip install --no-cache-dir -r requirements.txt
 
7
  RUN apt-get update && apt-get install -y libgl1-mesa-glx
8
  RUN pip install --upgrade gradio
9
 
 
4
 
5
  COPY requirements.txt .
6
  RUN pip install --no-cache-dir -r requirements.txt
7
+ RUN pip install gradio numpy gtts pydub tensorflow matplotlib opencv-python
8
  RUN apt-get update && apt-get install -y libgl1-mesa-glx
9
  RUN pip install --upgrade gradio
10