Imsachinsingh00 commited on
Commit
0a6eee4
·
1 Parent(s): bbc0202

remove python slim

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -37,7 +37,7 @@ RUN python -c "import whisper; print('Whisper installed successfully')"
37
  COPY Web_app .
38
 
39
  # Expose the port for Hugging Face
40
- EXPOSE 5000
41
 
42
  # Command to run the app
43
  CMD ["python", "app.py"]
 
37
  COPY Web_app .
38
 
39
  # Expose the port for Hugging Face
40
+ EXPOSE 7860
41
 
42
  # Command to run the app
43
  CMD ["python", "app.py"]