Spaces:
Sleeping
Sleeping
CI: deploy Docker/PDM Space
Browse files- .gitignore +0 -2
- Dockerfile +1 -3
- services/app_service/models/model_deimhgnetV2m_cpu_v0.pt +3 -0
.gitignore
CHANGED
|
@@ -130,8 +130,6 @@ dmypy.json
|
|
| 130 |
# PyCharm
|
| 131 |
training/DEIM/.idea
|
| 132 |
|
| 133 |
-
*.pt
|
| 134 |
-
*.pth
|
| 135 |
*.onnx
|
| 136 |
*.zip
|
| 137 |
*.html
|
|
|
|
| 130 |
# PyCharm
|
| 131 |
training/DEIM/.idea
|
| 132 |
|
|
|
|
|
|
|
| 133 |
*.onnx
|
| 134 |
*.zip
|
| 135 |
*.html
|
Dockerfile
CHANGED
|
@@ -34,9 +34,7 @@ RUN python -m pip install --upgrade pip setuptools wheel && \
|
|
| 34 |
pillow>=10.0.0 \
|
| 35 |
ultralytics==8.0.196 \
|
| 36 |
torch==2.3.1 torchvision==0.18.1 --extra-index-url https://download.pytorch.org/whl/cpu
|
| 37 |
-
|
| 38 |
-
# opencv-python-headless>=4.9
|
| 39 |
-
# (Ultralytics จะดึง opencv มาให้เอง แต่บางเคส headless จะเสถียรกว่า)
|
| 40 |
|
| 41 |
# Copy application source (include weights under services/app_service/models)
|
| 42 |
COPY services/app_service/ .
|
|
|
|
| 34 |
pillow>=10.0.0 \
|
| 35 |
ultralytics==8.0.196 \
|
| 36 |
torch==2.3.1 torchvision==0.18.1 --extra-index-url https://download.pytorch.org/whl/cpu
|
| 37 |
+
|
|
|
|
|
|
|
| 38 |
|
| 39 |
# Copy application source (include weights under services/app_service/models)
|
| 40 |
COPY services/app_service/ .
|
services/app_service/models/model_deimhgnetV2m_cpu_v0.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aac57db22dc7b14338ead2ebd1106a67d1b51465aea28bb37693f62dd5d29a50
|
| 3 |
+
size 133
|