Song commited on
Commit ·
d477ff6
1
Parent(s): 1cb939e
hi
Browse files- Dockerfile +1 -1
- 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"
|
|
|
|
| 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"
|