deploy: simplify path, remove rudiments
Browse files- New deploy path: deploy/{tag}/app_code.tar.zst (was deploy/cuda-12.9-py312/{tag}/)
- Kept old path for backward compat (running instances until next Docker rebuild)
- Removed rudiments: manifest.json, runtime_kit.tar.zst, models-core/inswapper/masks/yolov8n.tar.zst
(replaced by baked Docker image layers + archives/models-core-masks.tar.zst fallback)
- deploy/cuda-12.9-py312/develop/manifest.json +0 -27
- deploy/cuda-12.9-py312/develop/models-core.tar.zst +0 -3
- deploy/cuda-12.9-py312/develop/models-inswapper.tar.zst +0 -3
- deploy/cuda-12.9-py312/develop/models-masks.tar.zst +0 -3
- deploy/cuda-12.9-py312/develop/runtime_kit.tar.zst +0 -3
- deploy/cuda-12.9-py312/latest/manifest.json +0 -12
- deploy/cuda-12.9-py312/latest/models-core.tar.zst +0 -3
- deploy/cuda-12.9-py312/latest/models-inswapper.tar.zst +0 -3
- deploy/cuda-12.9-py312/latest/models-masks.tar.zst +0 -3
- deploy/cuda-12.9-py312/latest/runtime_kit.tar.zst +0 -3
- deploy/{cuda-12.9-py312/develop/models-yolov8n.tar.zst → develop/app_code.tar.zst} +2 -2
- deploy/{cuda-12.9-py312/latest/models-yolov8n.tar.zst → latest/app_code.tar.zst} +2 -2
deploy/cuda-12.9-py312/develop/manifest.json
DELETED
|
@@ -1,27 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"version": "develop",
|
| 3 |
-
"created_at": "2026-03-28T17:54:32Z",
|
| 4 |
-
"base_image": "vastai/base-image:cuda-12.9-mini-py312",
|
| 5 |
-
"components": {
|
| 6 |
-
"runtime_kit": {
|
| 7 |
-
"file": "runtime_kit.tar.zst",
|
| 8 |
-
"sha256": "4bd3ae6c4156d8eea185a41051d1a4b6da5b8bf9b7aabe9506900db626b9725e",
|
| 9 |
-
"size_bytes": 5253556834
|
| 10 |
-
},
|
| 11 |
-
"models_core": {
|
| 12 |
-
"file": "models-core.tar.zst",
|
| 13 |
-
"sha256": "508a3ebd5d4df26deaa972b450d47c872d6f35abe941014ca2355869cd571e62",
|
| 14 |
-
"size_bytes": 265487508
|
| 15 |
-
},
|
| 16 |
-
"models_inswapper": {
|
| 17 |
-
"file": "models-inswapper.tar.zst",
|
| 18 |
-
"sha256": "fd1c9a0d3536a8020b63253d23c4b48da61debaaad7746afc73eb4a4392c5aff",
|
| 19 |
-
"size_bytes": 256355604
|
| 20 |
-
},
|
| 21 |
-
"models_masks": {
|
| 22 |
-
"file": "models-masks.tar.zst",
|
| 23 |
-
"sha256": "32b3ec91945ebdfb4cff4c2a3eeec2ffb77fd6ce03e6dac84a3a8ecf3dc7e43d",
|
| 24 |
-
"size_bytes": 331726042
|
| 25 |
-
}
|
| 26 |
-
}
|
| 27 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
deploy/cuda-12.9-py312/develop/models-core.tar.zst
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:634f50507f7f522357ff470744a2252e63a4b8fdcc7152bebd1c696168349500
|
| 3 |
-
size 265487634
|
|
|
|
|
|
|
|
|
|
|
|
deploy/cuda-12.9-py312/develop/models-inswapper.tar.zst
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0bc2f2aecdc3ebaef9d3f82fbf0546574a66fad5ca157578995dc916d187dffb
|
| 3 |
-
size 256355627
|
|
|
|
|
|
|
|
|
|
|
|
deploy/cuda-12.9-py312/develop/models-masks.tar.zst
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b84c210dcef4f1b353e87bba3b4af4a7fb04af9c0028fdd446745ee179039bb1
|
| 3 |
-
size 331726165
|
|
|
|
|
|
|
|
|
|
|
|
deploy/cuda-12.9-py312/develop/runtime_kit.tar.zst
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4bd3ae6c4156d8eea185a41051d1a4b6da5b8bf9b7aabe9506900db626b9725e
|
| 3 |
-
size 5253556834
|
|
|
|
|
|
|
|
|
|
|
|
deploy/cuda-12.9-py312/latest/manifest.json
DELETED
|
@@ -1,12 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"version": "latest",
|
| 3 |
-
"created_at": "2026-03-23T10:11:57Z",
|
| 4 |
-
"base_image": "vastai/base-image:cuda-12.9-mini-py312",
|
| 5 |
-
"components": {
|
| 6 |
-
"runtime_kit": {
|
| 7 |
-
"file": "runtime_kit.tar.zst",
|
| 8 |
-
"sha256": "42a1c005c48988e717d36a02d0f22083445c277f33344e7e91b6dfeca7ba24c2",
|
| 9 |
-
"size_bytes": 5117953066
|
| 10 |
-
}
|
| 11 |
-
}
|
| 12 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
deploy/cuda-12.9-py312/latest/models-core.tar.zst
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c76c33afa6a25928a0ce2c0de11267a6806835780622e0a7f4177033444dfa7f
|
| 3 |
-
size 265487508
|
|
|
|
|
|
|
|
|
|
|
|
deploy/cuda-12.9-py312/latest/models-inswapper.tar.zst
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:99905f2d2f52f2ca8bf969f298f2ddfcec79180ab7ba733becf036e706905cca
|
| 3 |
-
size 256355604
|
|
|
|
|
|
|
|
|
|
|
|
deploy/cuda-12.9-py312/latest/models-masks.tar.zst
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:29466a5928707ee4bb1617df6d23006182ffa406ce6a1f02f5db0e873bed3657
|
| 3 |
-
size 331726039
|
|
|
|
|
|
|
|
|
|
|
|
deploy/cuda-12.9-py312/latest/runtime_kit.tar.zst
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:42a1c005c48988e717d36a02d0f22083445c277f33344e7e91b6dfeca7ba24c2
|
| 3 |
-
size 5117953066
|
|
|
|
|
|
|
|
|
|
|
|
deploy/{cuda-12.9-py312/develop/models-yolov8n.tar.zst → develop/app_code.tar.zst}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2138682475adfad187a2bf5ff645909a45d0b31329143dc54fd432c61e43f18f
|
| 3 |
+
size 1661515
|
deploy/{cuda-12.9-py312/latest/models-yolov8n.tar.zst → latest/app_code.tar.zst}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:571f9d3788a3b76a199f9004c4356cbb5f74af457cd2eaa88af33cae278f894f
|
| 3 |
+
size 1616374
|