cigol123 commited on
Commit
71d95bb
·
verified ·
1 Parent(s): 9b83916

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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