Spaces:
Sleeping
Sleeping
apple muncy
commited on
Commit
·
c918da9
1
Parent(s):
47901bf
add ports 7860 to 7863
Browse filesSigned-off-by: apple muncy <[email protected]>
- Dockerfile +4 -0
- requirements.txt +3 -3
Dockerfile
CHANGED
@@ -28,6 +28,10 @@ USER appuser
|
|
28 |
# Expose port
|
29 |
EXPOSE 8000
|
30 |
EXPOSE 443
|
|
|
|
|
|
|
|
|
31 |
|
32 |
# Health check
|
33 |
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
|
|
|
28 |
# Expose port
|
29 |
EXPOSE 8000
|
30 |
EXPOSE 443
|
31 |
+
EXPOSE 7860
|
32 |
+
EXPOSE 7861
|
33 |
+
EXPOSE 7862
|
34 |
+
EXPOSE 7863
|
35 |
|
36 |
# Health check
|
37 |
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
|
requirements.txt
CHANGED
@@ -13,8 +13,8 @@ charset-normalizer==3.4.2
|
|
13 |
click==8.2.1
|
14 |
colorama==0.4.6 ; sys_platform == 'win32' or platform_system == 'Windows'
|
15 |
exceptiongroup==1.3.0
|
16 |
-
fastapi
|
17 |
-
fastmcp
|
18 |
ffmpy==0.5.0
|
19 |
filelock==3.18.0
|
20 |
frozenlist==1.6.0
|
@@ -70,7 +70,7 @@ typing-extensions==4.13.2
|
|
70 |
typing-inspection==0.4.1
|
71 |
tzdata==2025.2
|
72 |
urllib3==2.4.0
|
73 |
-
uvicorn
|
74 |
uvloop==0.21.0 ; platform_python_implementation != 'PyPy' and sys_platform != 'cygwin' and sys_platform != 'win32'
|
75 |
watchfiles==1.0.5
|
76 |
websockets==15.0.1
|
|
|
13 |
click==8.2.1
|
14 |
colorama==0.4.6 ; sys_platform == 'win32' or platform_system == 'Windows'
|
15 |
exceptiongroup==1.3.0
|
16 |
+
fastapi
|
17 |
+
fastmcp
|
18 |
ffmpy==0.5.0
|
19 |
filelock==3.18.0
|
20 |
frozenlist==1.6.0
|
|
|
70 |
typing-inspection==0.4.1
|
71 |
tzdata==2025.2
|
72 |
urllib3==2.4.0
|
73 |
+
uvicorn
|
74 |
uvloop==0.21.0 ; platform_python_implementation != 'PyPy' and sys_platform != 'cygwin' and sys_platform != 'win32'
|
75 |
watchfiles==1.0.5
|
76 |
websockets==15.0.1
|