Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -5
Dockerfile
CHANGED
@@ -28,11 +28,6 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
28 |
# Copy the current directory contents into the container
|
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
|
38 |
|
|
|
28 |
# Copy the current directory contents into the container
|
29 |
COPY . .
|
30 |
|
|
|
|
|
|
|
|
|
|
|
31 |
# Expose port 7860 (default port for Gradio)
|
32 |
EXPOSE 7860
|
33 |
|