Spaces:
Runtime error
Runtime error
Commit
·
0a6eee4
1
Parent(s):
bbc0202
remove python slim
Browse files- 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
|
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"]
|