shubham13spd commited on
Commit
12f3386
·
1 Parent(s): dc821ee

Install pydub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ WORKDIR /usr/src/app
4
  COPY . .
5
 
6
  RUN apt-get update && apt-get install -y ffmpeg
7
- RUN pip install --no-cache-dir gradio
8
  EXPOSE 7860
9
  ENV GRADIO_SERVER_NAME="0.0.0.0"
10
 
 
4
  COPY . .
5
 
6
  RUN apt-get update && apt-get install -y ffmpeg
7
+ RUN pip install --no-cache-dir gradio pydub
8
  EXPOSE 7860
9
  ENV GRADIO_SERVER_NAME="0.0.0.0"
10