Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
|
@@ -29,9 +29,9 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 29 |
COPY . .
|
| 30 |
|
| 31 |
# Pre-download the Whisper model during the build process
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
|
| 36 |
# Expose port 7860 (default port for Gradio)
|
| 37 |
EXPOSE 7860
|
|
|
|
| 29 |
COPY . .
|
| 30 |
|
| 31 |
# Pre-download the Whisper model during the build process
|
| 32 |
+
# Pre-download the Whisper model during the build process
|
| 33 |
+
COPY download_model.py .
|
| 34 |
+
RUN python download_model.py
|
| 35 |
|
| 36 |
# Expose port 7860 (default port for Gradio)
|
| 37 |
EXPOSE 7860
|