Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|
| 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
|