AIencoder commited on
Commit
76c9c5f
·
verified ·
1 Parent(s): 5f5c6c7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM ollama/ollama:latest
2
 
3
  RUN apt-get update && apt-get install -y python3 python3-pip ffmpeg && rm -rf /var/lib/apt/lists/*
4
 
5
- RUN pip3 install --no-cache-dir gradio requests numpy --break-system-packages
6
 
7
  COPY app.py /app.py
8
  COPY entrypoint.sh /entrypoint.sh
 
2
 
3
  RUN apt-get update && apt-get install -y python3 python3-pip ffmpeg && rm -rf /var/lib/apt/lists/*
4
 
5
+ RUN pip3 install --no-cache-dir gradio requests faster-whisper --break-system-packages
6
 
7
  COPY app.py /app.py
8
  COPY entrypoint.sh /entrypoint.sh