Song commited on
Commit
d477ff6
·
1 Parent(s): 1cb939e
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. spaces.yaml +5 -0
Dockerfile CHANGED
@@ -41,4 +41,4 @@ HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 \
41
  CMD curl -f http://localhost:7860/health || exit 1
42
 
43
  # Run the application
44
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "1"]
 
41
  CMD curl -f http://localhost:7860/health || exit 1
42
 
43
  # Run the application
44
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
spaces.yaml ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ title: 銀髮餐桌助手
2
+ description: 專為台灣銀髮族設計的AI營養飲食顧問服務
3
+ licence: mit
4
+ sdk: docker
5
+ python_version: "3.11"